@aliyun-obv/api 0.3.38 → 0.3.40

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.
Files changed (2) hide show
  1. package/dist/api.es.js +1 -1
  2. package/package.json +1 -1
package/dist/api.es.js CHANGED
@@ -912,7 +912,7 @@ slsEasyFetch.defaults.afterResponse = (r, options) => __async$6(void 0, null, fu
912
912
  hasError = true;
913
913
  }
914
914
  } else {
915
- if (data.code && data.code.toString() === "200") ; else {
915
+ if (data.code && data.code.toString() === "200") ; else if (data.code === void 0 && data.success == void 0) ; else {
916
916
  hasError = true;
917
917
  }
918
918
  }
package/package.json CHANGED
@@ -15,5 +15,5 @@
15
15
  "styled-components": "^5.2.0"
16
16
  },
17
17
  "devDependencies": {},
18
- "version": "0.3.38"
18
+ "version": "0.3.40"
19
19
  }