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

@ -8,13 +8,9 @@
"name":"provider", "name":"provider",
"uitype":"code", "uitype":"code",
"required":true, "required":true,
"defautvalue":"wechat", "defaultvalue":"alipay",
"label":"充值渠道", "label":"充值渠道",
"data":[ "data":[
{
"value":"wechat",
"text":"微信支付"
},
{ {
"value":"alipay", "value":"alipay",
"text":"支付宝" "text":"支付宝"