This commit is contained in:
你的名字
2025-10-23 10:08:05 +08:00
parent 0ec1043c7e
commit fcca45005f

View File

@ -22,7 +22,7 @@ class Index extends BaseController
$ip = $this->request->ip();
$black = BlackIp::where('ip',$ip)->find();
if (!empty($black)){
throw new Exception();
return view('error');
exit();
return error('您的IP已被禁止充值如有疑问请联系管理员');
}