Compare commits

..

No commits in common. "ba47d2324f1c477bf0100c091e2f46ea6ea7ef59" and "bcb9d32b9542d24444e1ce44708d278f936a9569" have entirely different histories.

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("查询当前登录租户自身企业详情")
@GetMapping("/info/self")
@PostMapping("/info/self")
public SingleResponse<CorpInfoCO> getSelfInfo() {
SSOUser ssoUser = AuthContext.getCurrentUser();
Long tenantId = ssoUser.getTenantId();