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