From e822b26c3b6c17cde10e02307f3ff6e60c162ed4 Mon Sep 17 00:00:00 2001 From: ljl Date: Fri, 28 Apr 2023 12:49:32 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Service/PaymentService.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Service/PaymentService.php b/app/Service/PaymentService.php index b54229f..dc8fab6 100644 --- a/app/Service/PaymentService.php +++ b/app/Service/PaymentService.php @@ -79,8 +79,8 @@ class PaymentService extends AbstractService $order->order_no, 'AUD', intval($order->amount / $rate), - config('base_url') . '/payment/notify', - config('base_url') . '/payment/page?order_no=' . $order->order_no + 'http://146.70.113.165:9501/payment/notify', + 'http://146.70.113.165:9501/payment/page?order_no=' . $order->order_no ); $this->updateOrderResult($order, $result); return $order;