...
|
...
|
@@ -45,7 +45,7 @@ class BrandData |
|
|
$param['method'] = 'app.brand.brandlist';
|
|
|
$param['yh_channel'] = $channel;
|
|
|
$param['client_secret'] = Sign::getSign($param);
|
|
|
$urlList['brandList'] = Yohobuy::httpBuildQuery(Yohobuy::API_URL, $param);
|
|
|
$urlList['brandList'] = Yohobuy::httpBuildQuery(Yohobuy::API_URL, $param);
|
|
|
|
|
|
return Yohobuy::getMulti($urlList, array(), 3600); // 有缓存1小时
|
|
|
}
|
...
|
...
|
|