Authored by 梁志锋

升级4.7.3

... ... @@ -246,7 +246,7 @@ class OrderData
$param['order_code'] = $orderCode;
$param['client_secret'] = Sign::getSign($param);
return Yohobuy::get(Yohobuy::API_URL, $param);
return Yohobuy::get(API_URL, $param);
}
}
... ...