pay: 增加支付宝的条形码支付的配置

This commit is contained in:
YunaiV
2023-02-18 23:59:11 +08:00
parent 379aeeae16
commit 8e1be01451
8 changed files with 105 additions and 10 deletions

View File

@ -148,6 +148,10 @@ export const PayChannelEnum = {
"code": "alipay_qr",
"name": "支付宝扫码支付"
},
ALIPAY_BAR: {
"code": "alipay_bar",
"name": "支付宝条码支付"
},
}
/**