Showing
1 changed file
with
1 additions
and
1 deletions
@@ -111,7 +111,7 @@ class Http { | @@ -111,7 +111,7 @@ class Http { | ||
111 | return this._requestFromAPI(options, true, reqId); | 111 | return this._requestFromAPI(options, true, reqId); |
112 | } | 112 | } |
113 | 113 | ||
114 | - return Promise.reject({ | 114 | + return Promise.resolve({ |
115 | code: 500, | 115 | code: 500, |
116 | message: '接口调用失败' | 116 | message: '接口调用失败' |
117 | }); | 117 | }); |
-
Please register or login to post a comment