Sfoglia il codice sorgente

添加时间戳token校验失败响应

locky 3 anni fa
parent
commit
98c40d6d04
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      Object/uidManageResponseObject.py

+ 2 - 0
Object/uidManageResponseObject.py

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