feat: 添加用户类型字段到注册表单,并优化注册加载状态

This commit is contained in:
AN
2025-05-20 12:41:16 +08:00
parent 6589f3d0e5
commit ec36d089d1
2 changed files with 26 additions and 7 deletions

View File

@ -132,6 +132,8 @@ declare namespace Api {
password?: string;
/** 确认密码 */
confirmPassword?: string;
/** 用户类型 */
userType?: string;
}
/** login token data */