1.灿能云部分远程接口调整
This commit is contained in:
@@ -70,6 +70,6 @@ public interface UserFeignClient {
|
||||
* @param deptId
|
||||
* @return
|
||||
*/
|
||||
@GetMapping("/getUserByDeptIds")
|
||||
@PostMapping("/getUserByDeptIds")
|
||||
HttpResult<List<User>> getUserByDeptIds(@RequestBody List<String> deptId);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user