✨ feat(37): 根据子包信息获取大区地址的接口和后台
This commit is contained in:
@@ -24,6 +24,10 @@ export const STATUS = {
|
||||
UPDATE_INFO_ERR: {code: 1004, simStr: '热更新配置错误'},
|
||||
DEBUG_FUNCTION_ERR: {code: 1005, simStr: '功能逻辑已改,debug接口不再提供'},
|
||||
DEVELOP_ONLY: {code: 1006, simStr: '只有测试环境才可以使用该接口'},
|
||||
PACKAGE_NOT_FOUND: {code: 1007, simStr: '您的版本未被支持,请前往应用商店重新下载或联系客服解决'},
|
||||
REGION_NOT_FOUND: {code: 1008, simStr: '未找到此版本对应区服'},
|
||||
PACKAGE_CREATE_FAILED: {code: 1009, simStr: '创建子包失败'},
|
||||
PACKAGE_UPDATE_FAILED: {code: 1010, simStr: '更新子包失败'},
|
||||
|
||||
// http请求
|
||||
REQUEST_TIME_OUT: { code: 2000, simStr: '请求超时' },
|
||||
|
||||
Reference in New Issue
Block a user