在 notify.php 中
// demo
$notify = new PayNotifyCallBack();$notify->Handle(false);
// 自行处理数据$resParam = $notify->GetValues();
之后
echo 'SUCCESS';
告诉微信后台,我已接收成功,微信后台接收到之后会停止继续回调。