修改代理退款接口
This commit is contained in:
@@ -214,7 +214,7 @@ class Account
|
|||||||
{
|
{
|
||||||
//获取传递的数据
|
//获取传递的数据
|
||||||
$data = $_GET;
|
$data = $_GET;
|
||||||
$url = 'http://localhost:5000/api/course/v1/order/ApiRefund';
|
$url = 'https://juip.com/api/course/v1/order/ApiRefund';
|
||||||
|
|
||||||
$params = array(
|
$params = array(
|
||||||
"apikey" => $data['apikey'],
|
"apikey" => $data['apikey'],
|
||||||
|
|||||||
Reference in New Issue
Block a user