feat(checkout): 支持聚合支付条码支付

This commit is contained in:
DaxPay
2024-12-05 15:31:16 +08:00
parent 1270288c2f
commit 334af5b5f1
9 changed files with 148 additions and 12 deletions

View File

@@ -16,14 +16,15 @@
- [x] 分类配置
- [x] 明细配置
- [x] 聚合支付配置
- [ ] 支持通过订单信息生成多种类型的收银台链接,
- [ ] pc收银台
- [ ] 扫码支付
- [ ] 条码支付
- [ ] 跳转支付
- [ ] 聚合支付(生成扫码链接)
- [ ] H5收银台
- [ ] 跳转支付
- [x] 支持通过订单信息生成多种类型的收银台链接,
- [x] pc收银台
- [x] 扫码支付
- [x] 条码支付
- [x] 跳转支付
- [x] 聚合支付(生成扫码链接)
- [x] 聚合支付(条码支付)
- [x] H5收银台
- [x] 跳转支付
- [x] 升级为聚合支付
- [ ] ~~APP调起支付~~
- [ ] ~~小程序支付~~