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'],