1. 修复签到失败的问题;
2. 修复流量重置价格获取错误的问题;
3. 支付设置问题
This commit is contained in:
兔姬桑
2020-04-21 22:15:14 +08:00
parent be6b10df6e
commit 290df1a0a6
3 changed files with 3 additions and 3 deletions

View File

@@ -2009,7 +2009,7 @@ EOF;
}
break;
case 'bitpayx':
if(!self::$systemConfig['bitpayx']){
if(!self::$systemConfig['bitpay_secret']){
return Response::json(['status' => 'fail', 'message' => '请先设置【麻瓜宝】必要参数']);
}
break;