wangrenhuang
2022-11-07 3b7581302106b9a79bf518cfab7dfb48ee2e05fd
phis-feign/src/main/java/com/hz/his/feign/service/platform/SPhipUserService.java
@@ -18,11 +18,19 @@
    /**
     * 开放平台-获取用户列表
     * 返回实体用UserPhipDt
     */
    @PostMapping(value = "/user/list")
    Result userList(@RequestBody UserListDto userListDto);
    /**
     * 开放平台-精确获取用户列表
     * 返回实体用UserPhipDt
     */
    @PostMapping(value = "/user/appoint_user")
    Result appointUser(@RequestBody UserListDto userListDto);
    /**
     * 开放平台-用户新增
     */
    @PostMapping(value = "/user/add")