fhx
2024-04-11 63f32841af1c9e014d86d712a33f622a0e7d6a98
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);
}