作者 景龙
1 个管道 的构建 失败 耗费 0 秒

调试支付回调

... ... @@ -88,8 +88,7 @@ class Wxpay extends Api
$type = $this->request->param('type');
$pay = Service::checkNotify($type);
if (!$pay) {
echo '签名错误';
return;
$this->error('签名错误');
}
//你可以在这里你的业务处理逻辑,比如处理你的订单状态、给会员加余额等等功能
$porderModel = new Porder();
... ...