|
@@ -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: '无更新!',
|