Changes between Version 4 and Version 5 of pcauto_4.7.0.B150302/interface


Ignore:
Timestamp:
03/05/2015 09:25:47 AM (11 years ago)
Author:
dengyurong
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pcauto_4.7.0.B150302/interface

    v4 v5  
    77== 2.接口列表 == 
    88=== 2.1 [=#point2.1 首页列表(增加广告类信息)] === 
     9[[BR]](接口已完成,测试请连web开发机代理) 
    910[[BR]]mrobot接口:http://mrobot.pcauto.com.cn/v2/cms/channels/1?pageNo=1&pageSize=20&v=4.0.0 
    1011[[BR]]后端接口: 
     
    1415[[BR]]缓存方式: 
    1516[[BR]]缓存时间: 
    16 [[BR]]说明: 
     17[[BR]]说明:返回的热门文章增加isExtend字段,isExtend=1表示推广,=0或无表示不推广,可在madmin后台编辑头条文章配置 
    1718[[BR]]请求参数:[[BR]] 
    1819||参数名||类型||必须||说明|| 
    1920[[BR]]返回数据结构: 
    20  
     21{{{ 
     22{ 
     23data: [], 
     24focus: [], 
     25pageNo: 1, 
     26pageSize: 20, 
     27topData: [ 
     28{ 
     29channelName: "", 
     30downs: 0, 
     31image: "45345354", 
     32isExtend: "0", 
     33preView: "345345345", 
     34pubDate: "2012-01-01", 
     35seq: 1, 
     36title: "4545454", 
     37to-uri: "pcautobrowser://model/", 
     38type: 0, 
     39updateAt: 1425484800000, 
     40ups: 0 
     41},... 
     42} 
     43}}} 
    2144 
    2245=== 2.2 [=#point2.2 车系综述页(json、日志功能)] ===