Changes between Version 141 and Version 142 of pcauto_pconline_4.0.0/intf


Ignore:
Timestamp:
05/28/2013 02:28:15 PM (13 years ago)
Author:
leijingtang
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pcauto_pconline_4.0.0/intf

    v141 v142  
    6767    是否需要登录:否 
    6868    请求参数:栏目ID 
     69    备注:添加total字段;并且给所有栏目实现分页功能(部分栏目因为获取的是cms接口,没有分页功能) 
    6970    例子: 
    7071    { 
     
    9293        } 
    9394    ], 
     95    "total":100,   //articleList和topArticles的总和 
    9496    "articleList":[ 
    9597         
     
    750752    请求方法:get 
    751753    是否需要登录:否 
    752     返回参数: 
    753              "total":100,   //总数 
    754              "articleList": [ 
    755     { 
    756       "tags": "2013,丰田RAV4,获得最高安全评价,美国IIHS", 
    757       "id": "2490096", 
    758       "pubDate": "2013-05-15", 
    759       "title": "2013款丰田RAV4获得IIHS最高安全评价", 
    760       "cmtCount": 68, 
    761       "preView": "新一代的丰田RAV4较前一代,无论外观内饰都有了很大的变化,那安全性又怎样变化?近日,2013款丰田RAV4美国IIHS碰撞测试中,获得“Top Safety Pick”最高级别安全评价,下面来了解一下各碰撞项目得分情况。", 
    762       "image": "http:\/\/img0.pcauto.com.cn\/pcauto\/1305\/13\/g_2490096_1368431145125.jpg", 
    763       "url": "http:\/\/www.pcauto.com.cn\/tech\/249\/2490096.html" 
    764     }, 
     754    返回参数: 
    765755 
    766756}}}