pc端对接问题修复

pull/14/head
songwenxuan 2024-01-05 10:46:28 +08:00
parent d4ae1c385d
commit 7f54a389f7
2 changed files with 3 additions and 1 deletions

View File

@ -516,6 +516,7 @@ public class HiddenExamineController extends BaseController {
}
map.put("pd", pd);
map.put("result", errInfo);
map.put("dockData",JSON.toJSONString(pd));
return map;
}
}

View File

@ -588,7 +588,8 @@ public class HiddenApiController extends BaseController {
@RequiresPermissions("hidden:list")
@ResponseBody
@DockAnnotation(isAdd = true)
public Object unableRectify() throws Exception {
public Object
unableRectify() throws Exception {
Map<String, Object> map = new HashMap<String, Object>();
Integer code = 000000;
PageData pd = new PageData();