邀请
This commit is contained in:
+5
-3
@@ -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 (
|
||||
|
||||
@@ -35,6 +35,8 @@ func init() {
|
||||
InviteCodeError: "Invite code error",
|
||||
// 邮箱绑定错误
|
||||
EmailBindError: "已经绑定该邮箱",
|
||||
// 邀请码已绑定
|
||||
UserBindInviteCodeExist: "已绑定他人",
|
||||
|
||||
// Node error
|
||||
NodeExist: "Node already exists",
|
||||
|
||||
Reference in New Issue
Block a user