Authored by 王水玲

Merge branch 'develop' of http://git.dev.yoho.cn/web/yohobuy into develop

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