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