Ver Fonte

更新添加失败提示

zhangdongming há 10 meses atrás
pai
commit
fd8b0298e2
1 ficheiros alterados com 6 adições e 2 exclusões
  1. 6 2
      Object/ResponseObject.py

+ 6 - 2
Object/ResponseObject.py

@@ -153,7 +153,9 @@ class ResponseObject(object):
             10071: 'The successful collection can be viewed in Settings - 4G-My package',
             10072: 'This function has been disabled. Please contact the administrator',
             10073: 'The verification code has been sent, please pay attention to check',
-            10074: 'Task queue processing, please try again later'
+            10074: 'Task queue processing, please try again later',
+            10075: 'Email subscription failed',
+            10076: 'Failed to add, please contact customer service'
         }
         data_cn = {
             0: '成功',
@@ -293,7 +295,9 @@ class ResponseObject(object):
             10071: '\t领取成功\n可在设置-4G-我的套餐中查看',
             10072: '该功能已停用,请联系管理员',
             10073: '验证码已发送,请注意查收',
-            10074: '任务队列处理中,请稍后再试'
+            10074: '任务队列处理中,请稍后再试',
+            10075: '邮件订阅失败',
+            10076: '添加失败,请联系客服'
         }
 
         msg = data_cn if self.lang == 'cn' or self.lang == 'zh-Hans' or self.lang == 'zh-Hant' else data_en