Merge pull request #53 from DevDengChao/fix/wx-pay-channels

fix: 修复无法配置微信原生支付与网站支付的问题
This commit is contained in:
芋道源码
2024-05-11 23:26:30 +08:00
committed by GitHub
3 changed files with 63 additions and 159 deletions

View File

@ -109,6 +109,14 @@ export const PayChannelEnum = {
code: 'wx_app',
name: '微信 APP 支付'
},
WX_NATIVE: {
code: 'wx_native',
name: '微信 Native 支付'
},
WX_WAP: {
code: 'wx_wap',
name: '微信 WAP 网站支付'
},
WX_BAR: {
code: 'wx_bar',
name: '微信条码支付'