@@ -196,7 +196,7 @@ public class SysUserSignCertController {
if (response == null) {
return R.failed("没有结果");
}
- JSONObject jsonResult = JSONUtil.parseObj(response);
+ JSONObject jsonResult = JSONUtil.parseObj(response, true);
redisTemplate.delete(key);
return R.ok(jsonResult);