|
@@ -25,7 +25,6 @@ class ResponseObject(object):
|
|
|
104: 'Account doesn\'t exist!',
|
|
|
105: 'Email format error!',
|
|
|
107: 'The username not conform to the rules!',
|
|
|
- 108: 'Email format error!',
|
|
|
109: 'The password not conform to the rules!',
|
|
|
110: 'user doesn\'t activated',
|
|
|
111: 'Error password',
|
|
@@ -76,7 +75,6 @@ class ResponseObject(object):
|
|
|
104: '账户不存在!',
|
|
|
105: '邮箱格式错误!',
|
|
|
107: '用户名格式不符合!',
|
|
|
- 108: '邮箱格式错误!',
|
|
|
109: '密码格式不符合!',
|
|
|
110: '用户未激活!',
|
|
|
111: '密码不正确!',
|