Changes between Version 4 and Version 5 of pcauto_club_4.6.0/api


Ignore:
Timestamp:
12/03/2015 12:08:34 PM (10 years ago)
Author:
liangzhicong
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pcauto_club_4.6.0/api

    v4 v5  
    4747 
    4848返回结果: 
    49  
     49{ 
     50data: [ //文章列表 
     51    { 
     52      articleType: "n", 
     53      channelId: 1, 
     54      channelName: "头条", 
     55      count: 0, 
     56      downs: 0, 
     57      id: "1589708", 
     58      image: "http://img0.pcauto.com.cn/pcauto/1108/02/g_1589708_1312281750544.jpg", 
     59      pubDate: "2011-08-02", 
     60      title: "汽车网手机客户端旧版将停止更新的通知", 
     61      type: 1, 
     62      ups: 0, 
     63      url: "http://www.pcauto.com.cn/app/xinche/1108/1589708.html" 
     64    }, 
     65   { 
     66     articleType: "n", 
     67     channelId: 1, 
     68     channelName: "头条", 
     69     count: 0, 
     70     downs: 0, 
     71     id: "1623484", 
     72     image: "http://img0.pcauto.com.cn/pcauto/1108/31/g_1623484_1314754075623.jpg", 
     73     pubDate: "2011-08-31", 
     74     title: "宝马Z4烈焰限量版上市 售价61.28万元", 
     75     type: 1, 
     76     ups: 0, 
     77     url: "http://www.pcauto.com.cn/app/xinche/1108/1623484.html" 
     78   } 
     79], 
     80focus: [ //焦点图 
     81{ 
     82    articleType: "n", 
     83    id: "1789529", 
     84    image: "http://img0.pcauto.com.cn/pcauto/app/xinche/1201/640.jpg", 
     85    pubDate: "2012-01-16", 
     86    title: "太平洋汽车网手机客户端V3.0.0上线", 
     87    topicUrl: "http://www.pcauto.com.cn/client/dt/1201/1789340.html", 
     88    url: "http://www.pcauto.com.cn/app/xinche/1201/1789529.html" 
     89}, 
     90] 
     91} 
    5092 
    5193后端应用接口: 
     
    69111 
    70112返回结果: 
    71  
     113html页面 
    72114 
    73115后端应用接口: 
     
    80122   ||size||String||N||字体大小|| 
    81123   ||picRule||String||Y||这个跟帖子里面的一样,请参考帖子页的,wifi下是2,非wifi下是3|| 
     124 
     125 
    82126 
    83127==== 2.2 获取文章评论id ==== 
     
    106150   ||= 参数名 =||= 类型 =||= 必须 =||= 说明 =|| 
    107151   ||id||String||Y||文章id|| 
     152 
     153 
    108154 
    109155 
     
    186232 
    187233 
     234 
     235 
     236 
    188237==== 2.3 车友圈首页 ==== 
    189238{{{