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

调试支付

... ... @@ -90,7 +90,7 @@ class Wxpay extends Api
*/
public function notify(){
$pay = Service::checkNotify('wechat');
Log::record('测试日志信息,这是警告级别','notice');
Log::write('我执行了');
if (!$pay) {
$this->error('签名错误');
}
... ...