5.1 全文检索增量检索接口.md
1.94 KB
/* Title: 5.1 全文检索增量检索接口 */
全文检索增量检索接口
URL:http://so.cnlive.com/zgw/so/incsearch
请求方式: GET
参数说明:
| 参数 | 必选 | 类型 | 说明 |
|---|---|---|---|
| spid | false | string | 服务商ID |
| searchSpid | false | string | 内容spid筛选字段 |
| columnid | false | string | 栏目ID |
| type | false | string | 内容类型 点播视频:program 活动直播:album 网页:web |
| page | false | int | 页码,默认1 |
| pagesize | false | int | 分页大小 默认18 |
| timestamp | true | string | 上一次请求返回的时间戳(精确到毫秒) |
返回格式说明:
{
errorCode:"0",
errorMsg:"成功",
data:{
programs:[{
mediaId: "3_b62b7829cc394cffa04449a651dd42e5",
subTitle: "",
title: "闫妮称虐待肖央有快感",
duration:"123", // 单位毫秒
description: "@TV娱乐前线:《情圣》18日举行媒体见面会,闫妮黑裙亮相,还自曝虐待肖央有快感。",
columnID: "movie/dianying/qinggandapian/",
lastModifyDate: "2016-12-19 10:10:30",
type: "web",
posterUrl: "http://y3.cnliveimg.com:8080/image/itv/2016/1219/b62b7829cc394cffa04449a651dd42e5_171185_135.jpg",
spID: "3",
contentID: "782094",
appID: "3_it8a4s3k14"
},...],
page: 1,
pagesize: 18,
totalRow: 16746,
latest_timestamp: 1482113431017,
totalPage: 931
}
}