正在显示
1 个修改的文件
包含
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 | } |
-
请 注册 或 登录 后发表评论