Discuz积分充值成功、支付宝支付到账,但返回信息为Access Denie

  • Discuz! X2.5 积分充值成功、支付宝支付到账,但返回信息为Access Denied,解决方案
  • 支付宝充值后返回信息 Access Denied ,可以通过下面方法进行修改。
  • 找到文件 \source\class\discuz\discuz_application.php
  • 查找代码:
  • $_GET[‘handlekey’]= !empty($_GET[‘handlekey’]) && preg_match(‘/^\w+$/’, $_GET[‘handlekey’]) ? $_GET[‘handlekey’] : ”;
  • 改为:
  • if(!(!empty($_GET[‘handlekey’]) && preg_match(‘/^\w+$/’, $_GET[‘handlekey’]))) {
  •             unset($_GET[‘handlekey’]);
  • }
  • 3554稳定运行(天)
  • 1会员总数(位)
  • 28195资源总数(个)
  • 0 本周更新(个)
  • 0今日发布(个)

目前已经有 1 位会员加入