mall + pay:

1. 后台的收银台,接入微信扫码支付
This commit is contained in:
YunaiV
2023-07-15 21:18:36 +08:00
parent c44ace6011
commit a6437b7cc5
3 changed files with 36 additions and 2 deletions

View File

@ -132,6 +132,10 @@ export const PayChannelEnum = {
"code": "wx_app",
"name": "微信 APP 支付"
},
WX_BAR: {
"code": "wx_bar",
"name": "微信条码支付"
},
ALIPAY_PC: {
"code": "alipay_pc",
"name": "支付宝 PC 网站支付"