|
@@ -46,6 +46,8 @@ class ResponseObject(object):
|
|
500: 'Query Database Error:',
|
|
500: 'Query Database Error:',
|
|
700: 'Upload file error',
|
|
700: 'Upload file error',
|
|
701: 'The file does not exist!',
|
|
701: 'The file does not exist!',
|
|
|
|
+ 711: 'Do not downgrade',
|
|
|
|
+ 712: 'Area needs to be consistent',
|
|
900: 'There is no information about this version!',
|
|
900: 'There is no information about this version!',
|
|
901: 'Getting URL failure!',
|
|
901: 'Getting URL failure!',
|
|
902: 'No update!',
|
|
902: 'No update!',
|
|
@@ -92,6 +94,8 @@ class ResponseObject(object):
|
|
500: '查询数据库错误!',
|
|
500: '查询数据库错误!',
|
|
700: '上传文件错误',
|
|
700: '上传文件错误',
|
|
701: '文件不存在',
|
|
701: '文件不存在',
|
|
|
|
+ 711: '不可降级',
|
|
|
|
+ 712: '区域不一致',
|
|
900: '版本信息不存在',
|
|
900: '版本信息不存在',
|
|
901: '获取链接失败',
|
|
901: '获取链接失败',
|
|
902: '无更新!',
|
|
902: '无更新!',
|