Authored by 毕凯

增强API调用

... ... @@ -111,7 +111,7 @@ class Http {
return this._requestFromAPI(options, true, reqId);
}
return Promise.reject({
return Promise.resolve({
code: 500,
message: '接口调用失败'
});
... ...