|
@@ -37,7 +37,7 @@ class ResponseObject(object):
|
|
106: 'Illegal profile picture!',
|
|
106: 'Illegal profile picture!',
|
|
107: 'The username not conform to the rules!',
|
|
107: 'The username not conform to the rules!',
|
|
108: 'Illegal nickname!',
|
|
108: 'Illegal nickname!',
|
|
- 109: 'Only supports letters, numbers, and special characters._@-#$%^&+=',
|
|
|
|
|
|
+ 109: 'Password length is 6-16',
|
|
110: 'user doesn\'t activated',
|
|
110: 'user doesn\'t activated',
|
|
111: 'Error password',
|
|
111: 'Error password',
|
|
112: 'Fingerprint login is not turned on',
|
|
112: 'Fingerprint login is not turned on',
|
|
@@ -180,7 +180,7 @@ class ResponseObject(object):
|
|
106: '头像违规!',
|
|
106: '头像违规!',
|
|
107: '用户名格式不符合!',
|
|
107: '用户名格式不符合!',
|
|
108: '用户昵称违规!',
|
|
108: '用户昵称违规!',
|
|
- 109: '只支持字母,数字,特殊字符._@-#$%^&+=',
|
|
|
|
|
|
+ 109: '密码长度为6-16位',
|
|
110: '用户未激活!',
|
|
110: '用户未激活!',
|
|
111: '密码不正确!',
|
|
111: '密码不正确!',
|
|
112: '未开通指纹登录',
|
|
112: '未开通指纹登录',
|