Changes between Version 3 and Version 4 of pcgamesv2.0.0/interface


Ignore:
Timestamp:
06/25/2015 05:55:07 PM (11 years ago)
Author:
wuchangbo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pcgamesv2.0.0/interface

    v3 v4  
    3131[[BR]]请求参数:[[BR]] 
    3232||参数名||类型||必须||说明|| 
     33 请求参数: 
     34         pageNo=页码 
     35         pageSize=一页条数,默认20,最大500 
     36备注: 
     37 informationType = 0,     //其他 
     38 informationType = 1,     //文章 
     39 informationType = 2,     //帖子 
     40 informationType = 3,     //图集 
     41 informationType = 4,     //直播类型 
     42 informationType = 5,     //专题类型 
     43 informationType = 6,     //聚超值类型 
     44 informationType = 7,    //推广类型(广告) 
     45 informationType = 8,    //视频(新增字段,mrobot根据接口返回的tags字段是否包含"视频"关键字来判断该类型)   
     46 
    3347[[BR]]返回数据结构: 
    3448 
    3549{{{ 
    36 articleList:[ 
    37     { 
    38         "bigImage": "http://img0.pconline.com.cn/pconline/1506/14/6584216_moto1_thumb.jpg", 
    39         "cmtCount": 0, 
    40         "id": "6584216", 
    41         "image": "http://img0.pconline.com.cn/pconline/1506/14/g_6584216_1434247048109.jpg", 
    42         "informationType": 1, 
    43         "pubDate": "2015-06-16", 
    44         "title": "抢参数风头!手机厂商追求个性也是蛮拼的", 
    45         "url": "http://mobile.pconline.com.cn/658/6584216.html", 
    46         "tags": "梦幻模拟战 转生,3DS梦幻模拟战", 
    47     } 
    48 ] 
    49 focus:[] 
    50 pageNo:1 
    51 pageSize:20 
    52 topArticle:[] 
    53 topFocus:[] 
    54 total:200 
     50 
     51{ 
     52    "articleList": [                   //文章列表 
     53        { 
     54            "cmtCount": 0,             //文章评论数 
     55            "id": "5268527",           //文章id 
     56            "image": "http://img0.pcgames.com.cn/pcgames/1506/25/g_5268527_1435204419289.jpg",   //文章图片地址 
     57            "preView": "USB充电线,3DS,周边", 
     58            "pubDate": "2015-06-25",           //发布时间 
     59            "summary": "コロンバスサークル推出的复古风格多插口USB充电线将在今年7月发售!此", 
     60            "tags": "USB充电线,3DS,周边",                    //标签,视频需要根据该字段是否包含"视频"关系字来决定informationType的值 
     61            "title": "FC手柄风格多插口USB充电线7月发售",     //标题 
     62            "url": "http://3ds.pcgames.com.cn/526/5268527.html", 
     63            "informationType": 8 
     64        } 
     65    ], 
     66    "topArticle": [       //置顶文章列表 
     67        { 
     68            "image": "http://img.pconline.com.cn/images/upload/upc/tx/sns/1506/23/c0/8778695_1435028691013_150x150.jpg", 
     69            "isExtend": "0", 
     70            "preView": "声优一直都是许多动画或是需要配音作品的一大灵魂,是幕后大功臣,以前声优似乎都不太露面的,但是现在因为一些见面会还有握手会等等的活动,让这些声优走出幕后,也在萤光幕前亮相!而在许多人心目中也就有了《最美声优》的存在", 
     71            "pubDate": "2015-06-23", 
     72            "seq": 1,     
     73            "title": "最美声优排行榜TOP10", 
     74            "to-uri": "pcgamesbrowser://bbs-topic/2984841", 
     75            "updateAt": 1434988800000, 
     76            "informationType": 8 
     77        } 
     78    ], 
     79    "focus": [    //焦点图 
     80        { 
     81            "id": "5149423",            //焦点图ID 
     82            "image": "http://img0.pcgames.com.cn/pcgames/sy/review/1505/APP.jpg",   //焦点图片URL 
     83            "pubDate": "2015-05-21",                                                //发布时间  
     84            "tags": "全民飞机大战,全民飞机大战双打模式,苹果游戏评测,安卓游戏评测", 
     85            "title": "《全民飞机大战》评测:同屏双打并肩出机", 
     86            "url": "http://sy.pcgames.com.cn/514/5149423.html" 
     87        } 
     88    ], 
     89    "topFocus": [   //焦点图置顶 
     90      { 
     91            "id": "5149423",            //焦点图ID 
     92            "image": "http://img0.pcgames.com.cn/pcgames/sy/review/1505/APP.jpg",   //焦点图片URL 
     93            "pubDate": "2015-05-21",                                                //发布时间  
     94            "seq": 1,     
     95            "tags": "全民飞机大战,全民飞机大战双打模式,苹果游戏评测,安卓游戏评测", 
     96            "title": "《全民飞机大战》评测:同屏双打并肩出机", 
     97            "url": "http://sy.pcgames.com.cn/514/5149423.html" 
     98        } 
     99    ], 
     100    "pageNo": 1,    //当前页数 
     101    "pageSize": 20,  //一页条数,默认20,最大500 
     102    "total": 200  //文章总数量   
     103} 
     104 
    55105}}} 
    56106