|
@@ -14,6 +14,7 @@ class uidManageResponseObject(object):
|
|
8: '用户账号已存在',
|
|
8: '用户账号已存在',
|
|
9: '用户账号不存在',
|
|
9: '用户账号不存在',
|
|
10: res,
|
|
10: res,
|
|
|
|
+ 13: '时间戳token校验失败',
|
|
42: '两次输入的新密码错误',
|
|
42: '两次输入的新密码错误',
|
|
43: '客户端服务器已关闭,请下载新版本使用',
|
|
43: '客户端服务器已关闭,请下载新版本使用',
|
|
44: '系统错误,发送邮件失败',
|
|
44: '系统错误,发送邮件失败',
|
|
@@ -58,6 +59,7 @@ class uidManageResponseObject(object):
|
|
8: 'User accounts already exist',
|
|
8: 'User accounts already exist',
|
|
9: 'User accounts is not exist',
|
|
9: 'User accounts is not exist',
|
|
10: res,
|
|
10: res,
|
|
|
|
+ 13: 'Timestamp token verification failed',
|
|
42: 'The new password entered twice is incorrect',
|
|
42: 'The new password entered twice is incorrect',
|
|
43: 'The client server is closed. Please download the new version for use',
|
|
43: 'The client server is closed. Please download the new version for use',
|
|
44: 'System error,send email fail!',
|
|
44: 'System error,send email fail!',
|