|
@@ -46,14 +46,16 @@ class MobileServer extends BaseServer
|
|
|
{
|
|
|
parent::__construct($subPath);
|
|
|
|
|
|
- $exfiles = ['web_wxnotify.php',
|
|
|
+ $exfiles = [
|
|
|
+ 'web_wxnotify.php',
|
|
|
'wxnotify.php','pub_wxnotify.php','alipay_notify_url.php','dispatch_notify.php','kdniao_notify.php',
|
|
|
'cmbpay_notify.php','cmbpay_sign.php','wxauthor.php','api/wxLogin/index.php','api/wxLogin/callback.php',
|
|
|
'signature.php',
|
|
|
'refill_tianjt.php','refill_suhctm.php','refill_suhcpdd.php','refill_gftd.php',
|
|
|
'refill_beixt.php','refill_bxtwt.php','refill_bjb.php','refill_xyz.php',
|
|
|
'refill_zzx.php','refill_inner.php','refill_jiec.php','refill_yifa.php',
|
|
|
- 'bridge_shr.php','refill_weit.php','refill_tianx.php','refill_afand.php'
|
|
|
+ 'bridge_shr.php','refill_weit.php','refill_afand.php','refill_afandeng.php',
|
|
|
+ 'refill_afandnew.php','refill_lingzh.php','refill_lingzhdl.php'
|
|
|
];
|
|
|
|
|
|
$this->setExFiles($exfiles);
|
|
@@ -112,6 +114,7 @@ class MobileServer extends BaseServer
|
|
|
}
|
|
|
else
|
|
|
{
|
|
|
+ Log::record("Can Not call file: {$file}",Log::DEBUG);
|
|
|
fcgi_header("Content-Type: text/html; charset=UTF-8");
|
|
|
echo "no such file.";
|
|
|
}
|