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

调试支付

@@ -90,6 +90,7 @@ class Wxpay extends Api @@ -90,6 +90,7 @@ class Wxpay extends Api
90 */ 90 */
91 public function notify(){ 91 public function notify(){
92 $pay = Service::checkNotify('wechat'); 92 $pay = Service::checkNotify('wechat');
  93 + return $pay;
93 if (!$pay) { 94 if (!$pay) {
94 $this->error('签名错误'); 95 $this->error('签名错误');
95 } 96 }