by Robin at 20240327

This commit is contained in:
Leufolium 2024-03-27 19:34:16 +08:00
parent 3cc6f0a322
commit b67808caca
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ var ErrCodeMsgMap = map[ErrCode]string{
ErrCodeCheckSignatureFail: "签名检查失败",
ErrCodeEncryptionInterceptFail: "加密失败",
ErrCodeDecryptionInterceptFail: "解密失败",
ErrCodeSuspend: "APP系统维护中暂时无法登录",
ErrCodeSuspend: "APP系统维护中暂时无法发帖",
ErrCodeApolloReadFail: "Apollo配置读取失败请立即联系管理员",
ErrCodeApolloVersionFormatError: "Apollo版本号配置格式错误",
ErrCodeUserVersionFormatError: "用户上送版本号格式错误",