mirror of
https://github.com/ProxyPanel/ProxyPanel.git
synced 2026-04-11 23:19:05 +00:00
修复报错
1. 修复Bark通知,会出现code找不到的报错; 2. 修改邮箱与推送重复的问题; 3. 修复服务监视ServiceTimer报错的问题; 4. 修复不发使用用户编辑页面的问题; 5. 修复订单回调处理出错的问题
This commit is contained in:
@@ -1,2 +1,5 @@
|
||||
-- 添加各类支付方式首选项
|
||||
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