zouxuan 1 year ago
parent
commit
019218ce92

+ 1 - 1
cooleshow-auth/auth-api/src/main/java/com/yonge/cooleshow/auth/api/client/SysUserFeignService.java

@@ -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);