Compare commits

..

3 Commits

1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ public class CorpInfoController {
return SingleResponse.of(corpInfoService.info(id));
}
@ApiOperation("查询当前登录租户自身企业详情")
@PostMapping("/info/self")
@GetMapping("/info/self")
public SingleResponse<CorpInfoCO> getSelfInfo() {
SSOUser ssoUser = AuthContext.getCurrentUser();
Long tenantId = ssoUser.getTenantId();