refactor: 多租户适配调整

This commit is contained in:
Ray.Hao
2025-12-11 21:19:02 +08:00
parent 9176298b44
commit 888e17e405
12 changed files with 260 additions and 74 deletions

View File

@@ -20,4 +20,9 @@ export const enum ApiCodeEnum {
* 刷新令牌无效或过期
*/
REFRESH_TOKEN_INVALID = "A0231",
/**
* 需要选择租户
*/
CHOOSE_TENANT = "A0250",
}