pc端对接问题修复

pull/14/head
songwenxuan 2024-01-08 17:19:14 +08:00
parent 32928c77ea
commit cd2506f892
1 changed files with 1 additions and 0 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;
}
}