mirror of
https://github.com/ProxyPanel/ProxyPanel.git
synced 2026-04-05 03:58:39 +00:00
添加 麻瓜宝 支付渠道
This commit is contained in:
10
sql/db.sql
10
sql/db.sql
@@ -372,15 +372,15 @@ insert into `config` VALUES ('74', 'node_daily_report', 0);
|
||||
insert into `config` VALUES ('75', 'mix_subscribe', 0);
|
||||
insert into `config` VALUES ('76', 'rand_subscribe', 0);
|
||||
insert into `config` VALUES ('77', 'is_custom_subscribe', 0);
|
||||
insert into `config` VALUES ('78', 'is_AliPay', 0);
|
||||
insert into `config` VALUES ('79', 'is_QQ', 0);
|
||||
insert into `config` VALUES ('80', 'is_WeChat', 0);
|
||||
insert into `config` VALUES ('81', 'alipay_key', '');
|
||||
insert into `config` VALUES ('78', 'is_AliPay', '');
|
||||
insert into `config` VALUES ('79', 'is_QQ', '');
|
||||
insert into `config` VALUES ('80', 'is_WeChat', '');
|
||||
insert into `config` VALUES ('81', 'is_otherPay', '');
|
||||
insert into `config` VALUES ('82', 'alipay_private_key', '');
|
||||
insert into `config` VALUES ('83', 'alipay_public_key', '');
|
||||
insert into `config` VALUES ('84', 'alipay_transport', 'http');
|
||||
insert into `config` VALUES ('85', 'alipay_currency', 'USD');
|
||||
insert into `config` VALUES ('86', 'is_f2fpay', 0);
|
||||
insert into `config` VALUES ('86', 'bitpay_secret', '');
|
||||
insert into `config` VALUES ('87', 'f2fpay_app_id', '');
|
||||
insert into `config` VALUES ('88', 'f2fpay_private_key', '');
|
||||
insert into `config` VALUES ('89', 'f2fpay_public_key', '');
|
||||
|
||||
2
sql/mod/20200420.sql
Normal file
2
sql/mod/20200420.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
update `config` SET `name` = 'is_otherPay', `value` = '' where `config`.`id` = 81;
|
||||
update `config` SET `name` = 'bitpay_secret', `value` = '' where `config`.`id` = 86;
|
||||
Reference in New Issue
Block a user