...
|
...
|
@@ -483,7 +483,10 @@ class SearchData |
|
|
*/
|
|
|
public static function getBrandListUrl($param = array())
|
|
|
{
|
|
|
return Yohobuy::httpBuildQuery(SearchData::getUrl('brand'), $param);
|
|
|
$param = Yohobuy::param();
|
|
|
$param['method'] = 'web.search.favorBrand';
|
|
|
$param['client_secret'] = Sign::getSign($param);
|
|
|
return Yohobuy::httpBuildQuery(API_URL, $param);
|
|
|
}
|
|
|
|
|
|
/**
|
...
|
...
|
|