@lark-apaas/miaoda-core 0.0.1-alpha.5 → 0.0.1-alpha.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -201,10 +201,7 @@ class ApiProxy {
|
|
201
201
|
const apiResponse = {
|
202
202
|
data,
|
203
203
|
status: response.status,
|
204
|
-
statusText: response.statusText
|
205
|
-
headers: response.headers,
|
206
|
-
response,
|
207
|
-
config
|
204
|
+
statusText: response.statusText
|
208
205
|
};
|
209
206
|
return await this.runResponseInterceptors(apiResponse);
|
210
207
|
} catch (error) {
|