@acrool/imgz-client
Advanced tools
Comparing version 0.0.5-test.0 to 0.0.5-test.1
@@ -11,2 +11,3 @@ "use strict"; | ||
const interceptorsResponseFulfilled = (originConfig) => { | ||
console.log('originConfig', originConfig); | ||
return originConfig; | ||
@@ -13,0 +14,0 @@ }; |
@@ -92,3 +92,4 @@ "use strict"; | ||
.catch(response => { | ||
reject({ | ||
console.log('response____', response); | ||
return reject({ | ||
code: response.code, | ||
@@ -95,0 +96,0 @@ message: response.message, |
{ | ||
"name": "@acrool/imgz-client", | ||
"version": "0.0.5-test.0", | ||
"version": "0.0.5-test.1", | ||
"description": "This is a Client of the acrool-imgz api server, which can isolate its core from the impact of the environment version.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
46672
790