@pisell/pisellos 2.2.106 → 2.2.107

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.
@@ -510,7 +510,7 @@ export var WalletPassPaymentImpl = /*#__PURE__*/function () {
510
510
  });
511
511
 
512
512
  // 新钱包规则
513
- isWalletCode = code.startsWith('WL') || code.startsWith('2') && code.length === 10;
513
+ isWalletCode = code.startsWith('WL') || code.startsWith('200') && code.length === 10;
514
514
  if (!isWalletCode) {
515
515
  _context6.next = 14;
516
516
  break;
@@ -354,7 +354,7 @@ var WalletPassPaymentImpl = class {
354
354
  code_length: code.length,
355
355
  noCache: config.noCache || false
356
356
  });
357
- const isWalletCode = code.startsWith("WL") || code.startsWith("2") && code.length === 10;
357
+ const isWalletCode = code.startsWith("WL") || code.startsWith("200") && code.length === 10;
358
358
  if (isWalletCode) {
359
359
  const walletDetailParams = {
360
360
  code,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "private": false,
3
3
  "name": "@pisell/pisellos",
4
- "version": "2.2.106",
4
+ "version": "2.2.107",
5
5
  "description": "一个可扩展的前端模块化SDK框架,支持插件系统",
6
6
  "main": "dist/index.js",
7
7
  "types": "dist/index.d.ts",