Changes between Version 2 and Version 3 of pcauto_4.0.0/interface


Ignore:
Timestamp:
08/29/2013 05:35:28 PM (13 years ago)
Author:
leijingtang
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pcauto_4.0.0/interface

    v2 v3  
    2828 
    2929}}} 
     30 
     31 
     32== 2.接口列表 == 
     33 
     34=== 2.1 [=#point201 头条]=== 
     35{{{ 
     36    url: 
     37       汽车网:待定 
     38       电脑网:待定 
     39    作用:获取头条数据 
     40    使用范围:电脑网app、汽车网app 
     41 
     42    HTTP请求方式:get                          
     43    是否需要登录:是                           
     44    请求参数: 
     45          pageSize  // 每页加载量,默认20条 
     46          pageNo    // 页码 
     47    返回参数: 
     48"contentList": [ 
     49{ 
     50"InfoCount": 93,     // 如果是文章则为评论数,如果是帖子则为楼层数,如果是图集则为图片张数 
     51"contentId": 2965125,     // 文章、帖子或者图集id 
     52"objectId":2965125,      // 对象id,赞/踩用到的数据 
     53"type":"",                // 类型,目前包含article, album和topic三个值 
     54"image": "http://img0.pcauto.com.cn/pcauto/1308/29/g_2965125_1377744114989_240x160.jpg", 
     55"title": "[直播]成都车展探馆:奥迪RS5 Coupe亮相",      //内容标题 
     56"channel":"所属栏目"    // 所属栏目 
     57}, 
     58... 
     59], 
     60"focusList":[ 
     61{ 
     62"image:":"" 
     63} 
     64] 
     65 
     66}}}