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