feat: disable wechat payment channel, keep alipay only

- Remove wechat from provider options
- Set alipay as default payment channel
- Only alipay is currently enabled for unipay
This commit is contained in:
yumoqing 2026-05-30 13:27:23 +08:00
parent 1ae077df93
commit 1773bce216
2 changed files with 13 additions and 17 deletions

Binary file not shown.

View File

@ -4,23 +4,19 @@
"width": "100%", "width": "100%",
"height": "100%", "height": "100%",
"fields":[ "fields":[
{ {
"name":"provider", "name":"provider",
"uitype":"code", "uitype":"code",
"required":true, "required":true,
"defautvalue":"wechat", "defaultvalue":"alipay",
"label":"充值渠道", "label":"充值渠道",
"data":[ "data":[
{ {
"value":"wechat", "value":"alipay",
"text":"微信支付" "text":"支付宝"
}, }
{ ]
"value":"alipay", },
"text":"支付宝"
}
]
},
{ {
"name":"amount", "name":"amount",
"label":"充值金额", "label":"充值金额",