正在显示
1 个修改的文件
包含
1 行增加
和
2 行删除
@@ -86,8 +86,7 @@ class Wxpay extends Api | @@ -86,8 +86,7 @@ class Wxpay extends Api | ||
86 | * 支付成功回调 | 86 | * 支付成功回调 |
87 | */ | 87 | */ |
88 | public function notify(){ | 88 | public function notify(){ |
89 | - $type = $this->request->param('type'); | ||
90 | - $pay = Service::checkNotify($type); | 89 | + $pay = Service::checkNotify('wechat'); |
91 | if (!$pay) { | 90 | if (!$pay) { |
92 | $this->error('签名错误'); | 91 | $this->error('签名错误'); |
93 | } | 92 | } |
-
请 注册 或 登录 后发表评论