Authored by 郭成尧

'添加备注'

... ... @@ -16,6 +16,7 @@ class HotrankData extends \LibModels\Wap\Product\SearchData
* 获取标签
* $client_type 客户端类型
* $channel 频道类型
* 注意:这个功能没有上线,下次开发时需要更换为新的接口。
*/
public static function getHotrankTag($client_type = 'web', $channel = 0, $is_concurrent = true)
{
... ... @@ -30,6 +31,7 @@ class HotrankData extends \LibModels\Wap\Product\SearchData
/**
* 通过ID获取标签信息
* $id 标签ID
* 注意:这个功能没有上线,下次开发时需要更换为新的接口。
*/
public static function getTagById($id, $is_concurrent = true)
{
... ...