From 20dfffd5420ba5ddb57b689a130489aaef2726cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cwanyongkang=E2=80=9D?= <“937888580@qq.com”> Date: Sun, 27 Apr 2025 14:31:44 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BB=A3=E7=90=86=E9=80=80?= =?UTF-8?q?=E6=AC=BE=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/api/controller/Account.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/api/controller/Account.php b/app/api/controller/Account.php index 8d697fe..e7284e9 100644 --- a/app/api/controller/Account.php +++ b/app/api/controller/Account.php @@ -214,7 +214,7 @@ class Account { //获取传递的数据 $data = $_GET; - $url = 'http://localhost:5000/api/course/v1/order/ApiRefund'; + $url = 'https://juip.com/api/course/v1/order/ApiRefund'; $params = array( "apikey" => $data['apikey'],