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

调试支付

... ... @@ -86,8 +86,7 @@ class Wxpay extends Api
* 支付成功回调
*/
public function notify(){
$type = $this->request->param('type');
$pay = Service::checkNotify($type);
$pay = Service::checkNotify('wechat');
if (!$pay) {
$this->error('签名错误');
}
... ...