Authored by hf

do modify libmodels filename suffix

... ... @@ -98,7 +98,6 @@ class Yohobuy
if (!empty($data)) {
$url = self::httpBuildQuery($url, $data);
}
echo $url;
$ch = curl_init($url);
curl_setopt($ch, CURLOPT_HEADER, 0);
... ...