id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	due_date
149	直播频道接口说明	huangshaobiao	huangshaobiao	"'''1、直播列表接口'''
'''请求URL：'''
http://pplive.pconline.com.cn/intf/broadcast_list.jsp
'''HTTP请求方式：'''get
'''是否需要登录：'''是
'''返回格式：'''JSON
'''缓存时间：'''无
'''请求参数：'''
 cid: 类别ID, long, 非必传；
 max: 最大记录数, int, 非必传, 默认值5
'''返回参数：'''
{{{
{
   size: 5,
   list:[
    {
      broadcastId: 1021, //直播ID
      title: ""xxx"", //标题
      backgroudUrl: ""http..."", //背景图地址
      url: ""http..."", //链接地址
      browseNum: 110, //访问量
      commentNum: 50, //评论数
      anchorList:[
        {
           anchorId: 74,
           nickname: ""J·奥巴马"",
           photoUrl: ""http..."", //头像地址
           viewUrl: ""http..."" //主播链接地址
         },
         ...
      ]
    },
    ...
   ]
}
}}}"	Bug	new	major		直播频道			接口		20/07/2016
