mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-18 04:55:06 +08:00
mall + pay:
1. 后台的收银台,接入微信扫码支付
This commit is contained in:
@ -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 网站支付"
|
||||
|
Reference in New Issue
Block a user