Authored by 郭成尧

'yohobuyapiurl'

... ... @@ -339,6 +339,6 @@ class ItemData
$param['product_skn'] = $skn;
$param['client_secret'] = Sign::getSign($param);
return Yohobuy::get(Yohobuy::API_URL, $param);
return Yohobuy::get(API_URL, $param);
}
}
\ No newline at end of file
... ...