dfws-ve-taro-request 0.1.1 → 0.1.2

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/index.umd.js CHANGED
@@ -6821,8 +6821,10 @@
6821
6821
  data.status = 0;
6822
6822
  return data;
6823
6823
  }
6824
- // data.status = 1;
6825
- // data.errMsg = "";
6824
+ if (typeof data.status == 'undefined') {
6825
+ data.status = 1;
6826
+ data.errMsg = "";
6827
+ }
6826
6828
  return data;
6827
6829
  }
6828
6830
  if (statusCode === 401) {