From 47fbd33e5bb54b176f29dce6e4ddbb14315f7862 Mon Sep 17 00:00:00 2001 From: ljl Date: Fri, 28 Apr 2023 13:37:23 +0800 Subject: [PATCH] yh --- app/Service/PaymentService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Service/PaymentService.php b/app/Service/PaymentService.php index eacafe9..d40c21f 100644 --- a/app/Service/PaymentService.php +++ b/app/Service/PaymentService.php @@ -108,7 +108,7 @@ class PaymentService extends AbstractService return 'NOTIFY FAIL'; } - Log::info('notifyToOut url:' . $order->notify_url, 'omipay'); + Log::info('notifyToOut url:' . $order->notify_url, [], 'omipay'); $result = Notification::post($order->notify_url, $this->buildNotifyParams($order, $app)); if ($result != 'SUCCESS') { return 'NOTIFY FAIL';