chenjunkai 6 years ago
parent
commit
bd710cb578
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Object/ResponseObject.py

+ 2 - 2
Object/ResponseObject.py

@@ -23,7 +23,7 @@ class ResponseObject(object):
             44: 'System error! Can not send email',
             48: 'System object error!',
             60: 'The app info has already exist',
-            89: 'Already send the code, please check it or get it again after 5m',
+            89: 'Already send the code, please check it or get it again after 10m',
             101: 'Phone already existed!',
             102: 'Phone doesn\'t exist!',
             103: 'Mail already existed!',
@@ -110,7 +110,7 @@ class ResponseObject(object):
             44: '系统错误!无法发送电子邮件',
             48: '系统对象错误',
             60: 'APP信息已经存在',
-            89: '已发验证码,请检测或5分钟后重新获取。',
+            89: '已发验证码,请检测或10分钟后重新获取。',
             101: '手机已存在!',
             102: '手机不存在!',
             103: '邮箱已存在!',