zhangxu
2022-09-23 2286f8f51d03f035a18f75e6a2a823d61b08c207
phis-feign/src/main/java/com/hz/his/feign/service/platform/SPhipUserService.java
@@ -18,12 +18,14 @@
    /**
     * 开放平台-获取用户列表
     * 返回实体用UserPhipDt
     */
    @PostMapping(value = "/user/list")
    Result userList(@RequestBody UserListDto userListDto);
    /**
     * 开放平台-精确获取用户列表
     * 返回实体用UserPhipDt
     */
    @PostMapping(value = "/user/appoint_user")
    Result appointUser(@RequestBody UserListDto userListDto);