This commit is contained in:
2026-04-20 11:34:35 +08:00
parent 957976db31
commit bdbd6ae7e9
22 changed files with 761 additions and 238 deletions

View File

@@ -15,6 +15,7 @@ func init() {
message[USER_NEED_BIND_MOBILE] = "请先绑定手机号"
message[USER_DISABLED] = "账号已被封禁"
message[USER_TEMP_INVALID] = "用户状态异常"
message[USER_CANCELLED] = "账号已注销"
}
func MapErrMsg(errcode uint32) string {