refactor: 消息模块重构,infra包路径简写等

This commit is contained in:
meilin.huang
2025-07-27 21:02:48 +08:00
parent e96379b6c0
commit 6ad6c69660
149 changed files with 969 additions and 1098 deletions

View File

@@ -15,7 +15,6 @@ var En = map[i18n.MsgId]string{
ErrOtpCheckRestrict: "Two-factor validation failed more than 5 times. Try again in 10 minutes",
ErrOtpCheckFail: "Two-factor authentication authorization code is incorrect",
ErrAccountNotAvailable: "Account is not available",
LoginMsg: "Log in to [{{.ip}}]-[{{.time}}]",
ErrUsernameOrPwdErr: "Wrong username or password",
ErrOauth2NoAutoRegister: "the system does not enable automatic registration, please ask the administrator to add the corresponding account first",
}