修改代理退款接口
This commit is contained in:
@@ -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'],
|
||||
|
||||
Reference in New Issue
Block a user