mirror of
https://github.com/ProxyPanel/ProxyPanel.git
synced 2026-04-07 04:59:36 +00:00
hotfix
1. 修复签到失败的问题; 2. 修复流量重置价格获取错误的问题; 3. 支付设置问题
This commit is contained in:
@@ -2009,7 +2009,7 @@ EOF;
|
||||
}
|
||||
break;
|
||||
case 'bitpayx':
|
||||
if(!self::$systemConfig['bitpayx']){
|
||||
if(!self::$systemConfig['bitpay_secret']){
|
||||
return Response::json(['status' => 'fail', 'message' => '请先设置【麻瓜宝】必要参数']);
|
||||
}
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user