作者 李伟

微信支付调试

... ... @@ -59,7 +59,7 @@ class PayNotify extends \Yurun\PaySDK\Weixin\Notify\Pay
catch (Exception $e)
{
Log::error($e->getMessage());
file_put_contents(__DIR__ . '/notify_result.txt', $e->getMessage() . ':' . var_export($payNotify->data, true));
file_put_contents('/notify_result.txt', $e->getMessage() . ':' . var_export($payNotify->data, true));
}
}
... ...