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

调试支付

@@ -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 }