Commit d0de5caee1a44ee571ed6485edb9ee83a61feed5

Authored by 范晓春
1 parent 55ca21d2

提交wiki

03.发布云/5.1 全文检索增量检索接口.md
... ... @@ -14,13 +14,13 @@
14 14 <th>说明</th>
15 15 </tr>
16 16 <tr>
17   - <td>appid</td>
  17 + <td>spid</td>
18 18 <td>true</td>
19   - <td>string</td>
20   - <td>服务商应用ID</td>
  19 + <td>false</td>
  20 + <td>服务商ID</td>
21 21 </tr>
22 22 <tr>
23   - <td>targetSpid</td>
  23 + <td>searchSpid</td>
24 24 <td>false</td>
25 25 <td>string</td>
26 26 <td>内容spid筛选字段</td>
... ... @@ -43,12 +43,6 @@
43 43 <td>string</td>
44 44 <td>请求时间戳(精确到毫秒)</td>
45 45 </tr>
46   - <tr>
47   - <td>sign</td>
48   - <td>true</td>
49   - <td>string</td>
50   - <td>签名</td>
51   - </tr>
52 46 </table>
53 47  
54 48 -----
... ... @@ -57,22 +51,25 @@
57 51 {
58 52 errorCode:"0",
59 53 errorMsg:"成功",
60   - data[{
61   - contentID:780843,
  54 + data:{
  55 + programs:[{
  56 + contentID:"780843",
62 57 spID:"221",
63 58 appID:"***",
64 59 mediaId:"221_647d1fcb1c5c4dd6b64904cce1448dc5",
65 60 title:"测试",
66 61 subTitle:"测试",
67   - posterUrl:"http://y1.cnliveimg.com:8080/image/itv/2016/1114/cf06ce75d8b1485bb814241d39ec1f9c_161780_100.jpg",
  62 + posterUrl:"http://y1.cnliveimg.com:8080/image/itv/2016/1114/cf06ce75d8b1485bb8142d39ec1f9c_161780_100.jpg",
68 63 type:"program",
69 64 columnID:"ent/",
70 65 lastModifyDate:"1481687535501",
71   - }...]
72   -}
73   -{
74   - errorCode:"xxx", //错误代码(非0)
75   - errorMsg:"失败" //错误信息
  66 + videoUrl:"",
  67 + videoHUrl:""
  68 + }...],
  69 + latest_timestamp:1481799285058,
  70 + totalRow:7
  71 + }
76 72 }
77 73  
  74 +
78 75 ```
79 76 \ No newline at end of file
... ...