Authored by 周少峰

home fav brands

... ... @@ -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);
}
/**
... ...