1
0

merge upstream

This commit is contained in:
fys
2025-07-12 14:04:03 +08:00
18 changed files with 652 additions and 3 deletions

View File

@ -21,7 +21,13 @@ public enum UserType {
/**
* 移动客户端用户
*/
APP_USER("app_user");
APP_USER("app_user"),
/**
* 小程序 用户
*/
XCX_USER("xcx_user");
/**
* 用户类型标识(用于 token、权限识别等