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

调试支付回调

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