소스 검색

806响应内容

locky 1 년 전
부모
커밋
b65d719de5
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      Object/ResponseObject.py

+ 2 - 0
Object/ResponseObject.py

@@ -73,6 +73,7 @@ class ResponseObject(object):
             802: 'The order has been completed and cannot be cancelled',
             804: 'Refund, please do not repeat the operation',
             805: 'Could not refund',
+            806: 'The push time is earlier than the current time',
             900: 'There is no information about this version!',
             901: 'Getting URL failure!',
             902: 'No update!',
@@ -209,6 +210,7 @@ class ResponseObject(object):
             802: '订单已完成,不能撤销',
             804: '订单已退款,请勿重复操作',
             805: '无法退款',
+            806: '推送时间早于当前时间',
             900: '版本信息不存在',
             901: '获取链接失败',
             902: '无更新!',