1.用户模块添加对外接口
This commit is contained in:
@@ -84,5 +84,5 @@ public interface UserFeignClient {
|
||||
HttpResult<List<User>> getUserListByRoleCode(@RequestParam("roleCode") String roleCode);
|
||||
|
||||
@GetMapping("/getUserById")
|
||||
HttpResult<UserVO> getUserById(@RequestParam @Validated String id);
|
||||
HttpResult<UserVO> getUserById(@RequestParam("id") String id);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user