Changes between Version 20 and Version 21 of pcgamesv2.0.0/interface


Ignore:
Timestamp:
07/08/2015 02:11:32 PM (11 years ago)
Author:
caozhaoyuan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pcgamesv2.0.0/interface

    v20 v21  
    248248[[BR]]请求参数:[[BR]] 
    249249||参数名||类型||必须||说明|| 
     250||sort||string||可选||sort=time:asc 正序,sort=time:desc倒序|| 
    250251[[BR]]返回数据结构: 
     252{{{ 
     253   { 
     254    "start": 3, 
     255    "perPage": 1, 
     256    "curPage": 3, 
     257    "total": 5479, 
     258    "time": 0, 
     259    "documents": [ 
     260        { 
     261            "id": "4328120", 
     262            "title": "经典桌游《圣符国度:数字版》增加支持iPhone", 
     263            "tag": "圣符国度;卡牌RPG;游戏;手游", 
     264            "summary_store": "由 Nomad Games 开发的经典桌游改编卡牌 RPG 游戏《圣符国度:数字版》将于下周更新,增加支持 iPhone 平台,《圣符国度:数字版》目前已推出 iPad 版,在欧美玩家中有着很高的人气,是一款剧情丰富的幻想题材桌游,玩家将要在这个魔幻世界中经历许许多多的刺激冒险。", 
     265            "date": "", 
     266            "url": "" 
     267        } 
     268    ], 
     269    "statistic": { 
     270        "cluster_cat_gamescms": [ 
     271            "掌机游戏_3917", 
     272            "其他_558", 
     273            "网络游戏_479", 
     274            "手机游戏_362", 
     275            "网页游戏_57", 
     276            "电玩游戏_44", 
     277            "电脑游戏_19", 
     278            "游戏硬件_18", 
     279            "电子竞技_12", 
     280            "在线动漫_10", 
     281            "小游戏_3" 
     282        ] 
     283    } 
     284} 
     285}}} 
     286 
    251287 
    252288==== 2.3.2 [=#point2.3.2 帖子搜索] ====