Skip to content

Commit e1d2305

Browse files
committed
fix: 补充缺失的微信 Native 支付与 WAP 支付枚举
1 parent 6c17980 commit e1d2305

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/utils/constants.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,14 @@ export const PayChannelEnum = {
109109
code: 'wx_app',
110110
name: '微信 APP 支付'
111111
},
112+
WX_NATIVE: {
113+
code: 'wx_native',
114+
name: '微信 Native 支付'
115+
},
116+
WX_WAP: {
117+
code: 'wx_wap',
118+
name: '微信 WAP 网站支付'
119+
},
112120
WX_BAR: {
113121
code: 'wx_bar',
114122
name: '微信条码支付'

0 commit comments

Comments
 (0)