pc端对接问题修复

pull/14/head
songwenxuan 2024-01-03 17:04:30 +08:00
parent 1e72756a07
commit 87f693a26c
1 changed files with 1 additions and 0 deletions

View File

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