mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-17 12:35:07 +08:00
mall + pay:
1. 后台的收银台,接入微信扫码支付
This commit is contained in:
@ -132,6 +132,10 @@ export const PayChannelEnum = {
|
||||
"code": "wx_app",
|
||||
"name": "微信 APP 支付"
|
||||
},
|
||||
WX_NATIVE: {
|
||||
"code": "wx_native",
|
||||
"name": "微信扫码支付"
|
||||
},
|
||||
WX_BAR: {
|
||||
"code": "wx_bar",
|
||||
"name": "微信条码支付"
|
||||
|
Reference in New Issue
Block a user