接入Luffa钱包

This commit is contained in:
chen wei bo
2025-09-28 23:04:39 +08:00
parent 303003b550
commit 7489206537
5 changed files with 134 additions and 61 deletions
@@ -28,7 +28,7 @@ export class PaymentService {
this.flowMap = new Map<PaymentMethod, PaymentFlow>();
this.flowMap.set(PaymentMethod.CashPay, new CashInrFlow(this.waitAppResumeIfNeeded.bind(this)));
this.flowMap.set(PaymentMethod.Web3, new WebUsdFlow(5000));
this.flowMap.set(PaymentMethod.Luffa, new LuffaPayFlow(5000));
this.flowMap.set(PaymentMethod.Luffa, new LuffaPayFlow(10000));
}
/** 发起支付:创建订单→打开URL→回到App后开始轮询 */