|
@@ -54,7 +54,7 @@ public interface SysUserFeignService {
|
|
|
@RequestParam("clientId")String clientId,
|
|
|
@RequestParam("clientSecret")String clientSecret);
|
|
|
|
|
|
- @GetMapping(value = "user/getTenantByClient")
|
|
|
+ @PostMapping(value = "user/getTenantByClient")
|
|
|
@ApiOperation(value = "获取机构编号")
|
|
|
Long getTenantByClient(@RequestParam("userId")Long userId,@RequestParam("clientId")String clientId);
|
|
|
|