|
@@ -28,7 +28,7 @@ class fcgi_server
|
|
|
'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_suhc.php','refill_beixt.php','refill_bxtwt.php'
|
|
|
+ 'refill_suhc.php','refill_beixt.php','refill_bxtwt.php','refill_bjb.php'
|
|
|
];
|
|
|
$path = BASE_ROOT_PATH . '/mobile/';
|
|
|
$file = str_replace($path,'',$file);
|
|
@@ -177,7 +177,7 @@ class fcgi_server
|
|
|
|
|
|
//fcgi_finish();//单线程的情况下不需要调用
|
|
|
$msg = sprintf("request time=%.6f\r\n\r\n",microtime(true) - $start);
|
|
|
-// Log::record($msg ,Log::DEBUG);
|
|
|
+ Log::record($msg ,Log::DEBUG);
|
|
|
}
|
|
|
|
|
|
fcgi_fini();
|