Changes between Version 25 and Version 26 of pcauto_bbs_1.0.0/intfs


Ignore:
Timestamp:
04/01/2013 10:15:47 AM (13 years ago)
Author:
huangwenxi
Comment:

2.8 uri改成id,2.8 2.9 合并成一个接口,2.11 添加多一个img字段,添加一个阅读数

Legend:

Unmodified
Added
Removed
Modified
  • pcauto_bbs_1.0.0/intfs

    v25 v26  
    244244}}} 
    245245 
    246 === 2.8 首页焦点图=== 
    247 {{{ 
    248  
    249 url:foucus 
    250  
    251 作用:获取首页焦点图数据 
    252 使用范围:汽车网论坛app:pcautobbs 
    253  
    254 Http请求方式:get 
    255 是否需要登录:否 
    256 请求参数:none 
    257 返回参数: 
    258  
    259 { 
    260     "recommend": [ 
    261         { 
    262             "title": "媳妇当车模!英朗XT用车记",     //标题 
    263             "image": "http://img0.pcauto.com.cn/pcauto/app/bbs/focus/1303/LL20130327a.jpg",  //焦点图片链接 
    264             "uri": "pcautobrowser://bbs-topic/3697048"   //跳转到帖子uri 
    265         }, 
    266         { 
    267             "title": "欧洲小镇拍小美女", 
    268             "image": "http://img0.pcauto.com.cn/pcauto/app/bbs/focus/1303/LL20130327.jpg", 
    269             "uri": "pcautobrowser://bbs-topic/3692744" 
    270         } 
    271     ] 
    272 } 
    273  
    274 }}} 
    275  
    276 === 2.9 首页列表=== 
    277 {{{ 
    278  
    279 url:hot 
    280  
    281 作用:首页列表的内容 
     246=== 2.8 首页咨询 === 
     247{{{ 
     248 
     249url:information 
     250 
     251作用:获取首页焦点图数据和列表的内容 
    282252使用范围:汽车网论坛app:pcautobbs 
    283253 
     
    287257返回参数: 
    288258{ 
     259    "focus": [ 
     260        { 
     261            "title": "媳妇当车模!英朗XT用车记",     //标题 
     262            "image": "http://img0.pcauto.com.cn/pcauto/app/bbs/focus/1303/LL20130327a.jpg",  //焦点图片链接 
     263            "topicId": 13891367   //帖子ID 
     264        }, 
     265        { 
     266            "title": "欧洲小镇拍小美女", 
     267            "image": "http://img0.pcauto.com.cn/pcauto/app/bbs/focus/1303/LL20130327.jpg", 
     268            "topicId": 13891367 
     269        } 
     270    ], 
    289271    "topicList": [ 
    290272        //每条数据 
     
    322304}}} 
    323305 
    324 === 2.10 精选页分类=== 
     306=== 2.9 精选页分类=== 
    325307{{{ 
    326308 
     
    350332}}} 
    351333 
    352 === 2.11 精选页分类列表=== 
     334=== 2.10 精选页分类列表=== 
    353335{{{ 
    354336 
     
    373355        { 
    374356            "image": "http://img0.pcauto.com.cn/pcauto/app/bbs/focus/1303/LL20130327.jpg",      //封面图片 
     357            “image2”: "http://img0.pcauto.com.cn/pcauto/app/bbs/focus/1303/LL20130327.jpg",   //封面图片2 
    375358            "title": "【西藏之旅3】广州分会马自达睿翼梦幻旅途",            //标题 
    376359            "topicId": 13597147,        //帖子ID 
     
    381364        { 
    382365            "image": "http://img0.pcauto.com.cn/pcauto/app/bbs/focus/1303/LL20130327.jpg", 
     366            “image2”: "http://img0.pcauto.com.cn/pcauto/app/bbs/focus/1303/LL20130327.jpg",  
    383367            "title": "【西藏之旅4】广州分会马自达睿翼梦幻旅途", 
    384368            "topicId": 13597148, 
     
    392376}}} 
    393377 
    394 === 2.12 帖子列表=== 
     378=== 2.11 帖子列表=== 
    395379{{{ 
    396380 
     
    464448}}} 
    465449 
    466 === 2.13 帖子终端页=== 
     450=== 2.12 帖子终端页=== 
    467451{{{ 
    468452