phis-feign/src/main/java/com/hz/his/feign/service/platform/SPhipUserService.java
@@ -140,4 +140,10 @@ */ @PostMapping(value = "/user/common/approve/create") Result commonApproveCreate(@RequestBody MarketingTotalDto marketingTotalDto); /** * 到访更新用户信息 */ @PostMapping(value = "/user/arrive/edit") Result arriveEdit(@RequestBody com.alibaba.fastjson.JSONObject data); }