ini_set('date.timezone','アジア/上海');
error_reporting(E_ERROR);
require_once "../lib/WxPay.Api.php";
require_once '../lib/WxPay.Notify.php';
require_once 'log.php';
//初初期化日志
$logHandler= new CLogFileHandler("../logs/".date('Y-m-d').'.log');
$log = Log::Init($logHandler, 15);
クラス PayNotifyCallBack は WxPayNotify を拡張します
{
}
Log::DEBUG("通知開始");
$notify = new PayNotifyCallBack();
$notify->Handle(false);
?>
ini_set('date.timezone','アジア/上海');
error_reporting(E_ERROR);
require_once "../lib/WxPay.Api.php";
require_once '../lib/WxPay.Notify.php';
require_once 'log.php';
//初初期化日志
$logHandler= new CLogFileHandler("../logs/".date('Y-m-d').'.log');
$log = Log::Init($logHandler, 15);
クラス PayNotifyCallBack は WxPayNotify を拡張します
{
}
Log::DEBUG("通知開始");
$notify = new PayNotifyCallBack();
$notify->Handle(false);
?>