@aliyun-obv/api 0.3.39 → 0.3.41
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.
- package/dist/api.es.js +1 -1
- 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