瀏覽代碼

Merge branch 'feat-220720-unicert' into temp-pre

shc 3 年之前
父節點
當前提交
705909eee3

+ 1 - 1
hnqz-upms/hnqz-upms-biz/src/main/java/com/qunzhixinxi/hnqz/admin/controller/ApiController.java

@@ -4002,7 +4002,7 @@ public class ApiController {
 
 		cn.hutool.json.JSONObject jsonObject = JSONUtil.parseObj(tokenResult.getBody());
 
-		return R.builder().code(jsonObject.getInt("code")).msg(jsonObject.getStr("msg")).data(jsonObject.getStr("data")).build();
+		return R.builder().code(jsonObject.getInt("code")).msg(jsonObject.getStr("msg")).data(jsonObject.getObj("data")).build();
 
 
 	}