mirror of
https://github.com/ProxyPanel/ProxyPanel.git
synced 2026-04-12 23:48:53 +00:00
4 lines
314 B
SQL
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; |