@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('
|
|
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("
|
|
357
|
+
const isWalletCode = code.startsWith("WL") || code.startsWith("200") && code.length === 10;
|
|
358
358
|
if (isWalletCode) {
|
|
359
359
|
const walletDetailParams = {
|
|
360
360
|
code,
|