正在显示
1 个修改的文件
包含
1 行增加
和
2 行删除
@@ -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(); |
-
请 注册 或 登录 后发表评论