Changes between Version 23 and Version 24 of pconline_3.10.0/interface


Ignore:
Timestamp:
10/09/2014 12:37:43 PM (12 years ago)
Author:
tianjie
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pconline_3.10.0/interface

    v23 v24  
    8989=== 2.3 [=#point203 首页 - 资讯列表] === 
    9090{{{ 
    91  备注:此接口返回资讯消息列表,在返回字段里增topicUrl(专题Url) 
    92  mrobot接口:暂无 
    93  后端接口:http://mrobot.pconline.com.cn/v2/cms/channels/999?pageNo=1&pageSize=20 
     91 备注:此接口返回资讯消息列表,在返回字段里增加资讯类型 
     92 informationType = 0,     //其他 
     93 informationType = 1,     //文章 
     94 informationType = 2,     //帖子 
     95 informationType = 3,     //图集 
     96 informationType = 4,     //新增直播类型 
     97 informationType = 5,     //新增专题类型 
     98 informationType = 6      //新增聚超值类型 
     99 mrobot接口:http://mrobot.pconline.com.cn/v2/cms/channels/1?pageNo=1&pageSize=20 
     100 后端接口:无 
    94101 HTTP请求方式:get 
    95102 是否需要登录:是 
     
    102109 返回参数: 
    103110{ 
    104      "articleList": [   //文章列表 
     111     "articleList": [   //备注:此处无专题类型 
    105112        { 
    106113            "bigImage": "http://img0.pconline.com.cn/pconline/1409/19/5460676_51_1k6tu9yn_thumb.jpg", 
     
    111118            "title": 标题, 
    112119            "url": 文章详情地址, 
    113             "topicUrl":专题URL(可以为空) 
    114         } 
    115     ], 
    116     "focus": [ 
     120            "informationType": 资讯类型 
     121             
     122        } 
     123    ], 
     124    "focus": [      //备注:此处无专题类型 
    117125        { 
    118126            "counter": "", 
     
    122130            "title": 标题, 
    123131            "url": 文章详情地址, 
    124             "topicUrl":专题URL(可以为空) 
     132                "informationType": 资讯类型 
     133        } 
     134    ], 
     135    "topArticle": [     //备注:只有这里有专题类型 
     136        { 
     137            "image": "http://img.pconline.com.cn/images/upload/upc/tx/pc_best/1409/19/c2/38772308_1411119899458_width600.jpg", 
     138            "preView": "其他类型的资讯,用全屏webview打开,类似聚超值类型", 
     139            "pubDate": "2014-10-09", 
     140            "seq": 7, 
     141            "title": "LG G3移动版仅售3199元 Acer游戏本5K5历史新低", 
     142            "to-uri": "http://g.pconline.com.cn/best/list_288.html?isShowHeader=0&ad=7265", 
     143            "updateAt": 1412784000000, 
     144            "informationType": 0    //其他类型 
     145        }, 
     146        { 
     147            "cmtCount": 26, 
     148            "image": "http://img.pconline.com.cn/images/upload/upc/tx/itbbs/1410/09/c4/39422400_1412824208134_1024x1024.jpg", 
     149            "preView": "64位双4G快时代!酷比魔方&联发科技4G战略发布会", 
     150            "pubDate": "2014-10-09", 
     151            "seq": 8, 
     152            "title": "快时代!酷比魔方&联发科技4G战略发布会 参与互动送平板", 
     153            "to-uri": "pconlinebrowser://information-article/322?template=live", 
     154            "updateAt": 1412784000000, 
     155            "informationType": 1    //文章类型 
     156        }, 
     157        { 
     158            "floorCount": 9, 
     159            "image": "http://img.pconline.com.cn/images/upload/upc/tx/itbbs/1410/09/c3/39418150_1412820169882_1024x1024.jpg", 
     160            "preView": "HTC发布的奇特造型RE相机新品,你喜欢吗?", 
     161            "pubDate": "2014-10-09", 
     162            "seq": 5, 
     163            "title": "HTC发布的奇特造型RE相机新品,你喜欢吗?", 
     164            "to-uri": "pconlinebrowser://bbs-topic/51812318", 
     165            "updateAt": 1412784000000, 
     166            "informationType": 2    //论坛类型 
     167        }, 
     168        { 
     169            "image": "http://img.pconline.com.cn/images/upload/upc/tx/itbbs/1410/09/c5/39426075_1412827383297_1024x1024.jpg", 
     170            "imgCount": 17, 
     171            "preView": "HTC Desire Eye手机和RE相机图赏\t", 
     172            "pubDate": "2014-10-09", 
     173            "seq": 6, 
     174            "title": "HTC Desire Eye手机和RE相机图赏\t", 
     175            "to-uri": "pconlinebrowser://album-photo/13404", 
     176            "updateAt": 1412784000000, 
     177            "informationType": 3    //图集类型 
     178        }, 
     179        { 
     180            "cmtCount": 279, 
     181            "image": "http://img.pconline.com.cn/images/upload/upc/tx/itbbs/1410/08/c6/39379595_1412740065734_1024x1024.jpg", 
     182            "preView": "[图文直播]HTC自拍神器旗舰新品发布会", 
     183            "pubDate": "2014-10-09", 
     184            "seq": 12, 
     185            "title": "HTC自拍神器旗舰新品发布会回顾  Desire Eye手机及RE相机发布", 
     186            "to-uri": "pconlinebrowser://information-article/323?template=live", 
     187            "updateAt": 1412784000000, 
     188            "informationType": 4    //直播类型 
     189        }, 
     190        { 
     191            "image": "http://img0.pcauto.com.cn/pcauto/1410/03/g_5242861_1412322026811_240x160.jpg", 
     192            "preView": "2014巴黎车展:12款重磅SUV/即将引进", 
     193            "pubDate": "2014-10-09", 
     194            "seq": 17, 
     195            "title": "2014巴黎车展:12款重磅SUV/即将引进", 
     196            "to-uri": "http://www1.pcauto.com.cn/app/cheshi/index.html?type=zt&fromapp=1&browser=commonwebview", 
     197            "updateAt": 1412784000000, 
     198            "informationType": 5    //专题类型  
     199        }, 
     200        { 
     201            "image": "http://img.pconline.com.cn/images/upload/upc/tx/pc_best/1409/19/c2/38772308_1411119899458_width600.jpg", 
     202            "preView": "今日聚超值", 
     203            "pubDate": "2014-10-09", 
     204            "seq": 7, 
     205            "title": "LG G3移动版仅售3199元 Acer游戏本5K5历史新低", 
     206            "to-uri": "http://g.pconline.com.cn/best/list_288.html?isShowHeader=0&ad=7265", 
     207            "updateAt": 1412784000000, 
     208            "informationType": 6    //聚超值类型 
     209        } 
     210    ], 
     211     "topFocus": [      //备注:此处无专题类型 
     212        { 
     213            "cc-uri": "", 
     214            "image": "http://imgad0.pconline.com.cn/ivy/image/20149/25/14116394470770.jpg", 
     215            "seq": 3, 
     216            "title": "广告", 
     217            "to-uri": "http://ivy.pconline.com.cn/adpuba/click?adid=334508&id=pc.khd.zx.jdt.", 
     218            "updateAt": 1412824722772, 
     219            "vc-uri": "http://ivy.pconline.com.cn/adpuba/show?adid=334508&id=pc.khd.zx.jdt.&media=js" 
    125220        } 
    126221    ],