Commit ec95b331a2af6880d3e68613f3388e6d58688e79

Authored by 范晓春
1 parent b9223f28

提交

03.发布云/5.2 sp内容同步推荐接口.md
... ... @@ -37,7 +37,8 @@ content:{
37 37 subTitle:"好青年",//副标题 非必填
38 38 contentType:"AL", //内容类型 必填 活动:AL;点播视频:VI;文章:AR;专题:SP
39 39 author:"某某",//作者 非必填
40   - status:1, //内容状态 非必填 上线:1 下线:2
  40 + airTime:"2015",//播放年代 非必填
  41 + status:1, //内容状态 非必填 默认1 上线:1 下线:2
41 42 area:"美国" //地区 非必填 多个地区以顿号分割 非必填
42 43 description:"哈哈哈。。。。",//描述 非必填
43 44 duration:0,播放时长 (内容类型为VI 必填)
... ... @@ -52,29 +53,6 @@ content:{
52 53 }
53 54 ```
54 55 -----
55   -#### 批量多条内容 content JSON说明:
56   -```
57   -content:[{
58   - contentId:"121", //内容id 必填
59   - titile:"我们都是好青年",//标题 必填
60   - subTitle:"好青年",//副标题 非必填
61   - contentType:"AL", //内容类型 必填 活动:AL;点播视频:VI;文章:AR;专题:SP
62   - author:"某某",//作者 非必填
63   - status:1, //内容状态 非必填 上线:1 下线:2
64   - area:"美国", //地区 非必填
65   - description:"哈哈哈。。。。",//描述 非必填
66   - duration:0,播放时长 (内容类型为VI 必填)
67   - mapperColumn:"ent/", //中国网+栏目id 必填
68   - pageUrl:"http://www.cnlive.com", //web内容页面链接地址 必填
69   - tags:"娱乐、前沿",//标签,多个标签以顿号分割 非必填
70   - posterImg:"http://y2.cnliveimg.com:8080/image/itv/2016/1031/227de2faddc74f5cbb4a775c404e2ce7_158168_100.jpg",//内容封面 必填
71   - vipFlag:0,//收费表示 非必填 默认免费 免费:0 收费:1
72   - albumStatus:0,//活动状态 (类型为AL 时 必填) 预告海报:0 预告视频:1 直播:2 回放视频:3
73   - coordinate:"30.6508298703,104.0757373249", //内容发生地经纬度 非必填 默认sp的办公地点经纬度
74   - address:"上海",//发生地详细地址 非必填 默认sp公司地址
75   -}...]
76   -```
77   ------
78 56 #### 返回 JSON说明:
79 57 ```
80 58 详细地址 非必填 默认sp公司地址
... ...