i18n: user setting route

This commit is contained in:
HFO4
2022-09-29 17:38:52 +08:00
parent 9464ee2103
commit 16d17ac1e6
5 changed files with 23 additions and 21 deletions

View File

@@ -186,6 +186,8 @@ const (
CodeQQBindOtherAccount = 40067
// QQ 未绑定对应账号
CodeQQNotLinked = 40068
// 密码不正确
CodeIncorrectPassword = 40069
// CodeDBError 数据库操作失败
CodeDBError = 50001
// CodeEncryptError 加密失败