Files
ProxyPanel/sql/mod/20200419.sql
兔姬桑 077d41480d 重构支付系统 + 代码优化
0. 重置支付系统,
1. 添加 码支付
2. 添加 PayJs
3. 代码优化
2020-08-05 03:20:31 +08:00

4 lines
314 B
SQL

update `config` SET `name` = 'is_AliPay', `value` = '' where `config`.`id` = 78;
update `config` SET `name` = 'is_QQPay', `value` = '' where `config`.`id` = 79;
update `config` SET `name` = 'is_WeChatPay', `value` = '' where `config`.`id` = 80;
update `config` SET `name` = 'subject_name' where `config`.`id` = 91;