PAY:增加钱包、微信条码支付的渠道配置界面

This commit is contained in:
YunaiV
2024-01-18 23:40:38 +08:00
parent bf3e051d74
commit 948ef08533
3 changed files with 175 additions and 2 deletions

View File

@ -133,6 +133,10 @@ export const PayChannelEnum = {
code: 'alipay_bar',
name: '支付宝条码支付'
},
WALLET: {
code: 'wallet',
name: '钱包支付'
},
MOCK: {
code: 'mock',
name: '模拟支付'