This commit is contained in:
2026-01-27 03:13:15 -08:00
parent 5def1cf6d8
commit 48c92ea374
36 changed files with 1189 additions and 123 deletions
+5 -3
View File
@@ -29,6 +29,8 @@ const (
InviteCodeError uint32 = 20009
// 邮箱绑定错误
EmailBindError uint32 = 20010
// 邀请码已绑定
UserBindInviteCodeExist uint32 = 20011
)
// Node error
@@ -114,9 +116,9 @@ const (
TelephoneError uint32 = 90014
)
const (
DeviceNotExist uint32 = 90017
UseridNotMatch uint32 = 90018
DeviceBindLimitExceeded uint32 = 90019
DeviceNotExist uint32 = 90017
UseridNotMatch uint32 = 90018
DeviceBindLimitExceeded uint32 = 90019
)
const (
+2
View File
@@ -35,6 +35,8 @@ func init() {
InviteCodeError: "Invite code error",
// 邮箱绑定错误
EmailBindError: "已经绑定该邮箱",
// 邀请码已绑定
UserBindInviteCodeExist: "已绑定他人",
// Node error
NodeExist: "Node already exists",