|
@@ -60,7 +60,7 @@ public interface SysUserFeignService {
|
|
|
|
|
|
@GetMapping(value = "user/getTenantByClient")
|
|
|
@ApiOperation(value = "获取机构编号")
|
|
|
- Long getTenantByClient(Long userId,String clientId);
|
|
|
+ Long getTenantByClient(@RequestParam("userId")Long userId,@RequestParam("clientId")String clientId);
|
|
|
|
|
|
@GetMapping(value = "exit")
|
|
|
@ApiOperation(value = "退出登录")
|