@alipay/ams-checkout 0.0.1757298389-dev.21 → 0.0.1757298389-dev.22

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.
@@ -628,6 +628,9 @@ var ElementController = /*#__PURE__*/function () {
628
628
  code: errorCode,
629
629
  message: errorMessage
630
630
  };
631
+ if (!errorCode) {
632
+ error = _objectSpread({}, ERRORMESSAGE.ERR_DATA_STRUCT_UNRECOGNIZED);
633
+ }
631
634
  if (PROMISE_CALLBACK_CODE[errorCode]) {
632
635
  var _PROMISE_CALLBACK_COD;
633
636
  error = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alipay/ams-checkout",
3
- "version": "0.0.1757298389-dev.21",
3
+ "version": "0.0.1757298389-dev.22",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "main": "esm/index.js",