Changes between Version 21 and Version 22 of pcauto_4.3.0/interface


Ignore:
Timestamp:
04/14/2014 12:18:50 PM (12 years ago)
Author:
leijingtang
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pcauto_4.3.0/interface

    v21 v22  
    359359 
    360360请求参数: 
    361  
    362 提交方式:GET 
    363 是否需要登录:否 
    364 返回格式:html  
    365 缓存方式:无 
    366 缓存时间:无 
    367 设计稿:todo 
    368 返回结果: 
    369 html 
     361areaId或者pro和city  // 地区参数 
     362 
     363 
     364提交方式:GET 
     365是否需要登录:否 
     366返回格式:json  
     367缓存方式:无 
     368缓存时间:无 
     369设计稿:todo 
     370备注: 
     371focus和data字段由cms提供,topFocus由madmin提供,参考http://mrobot.pcauto.com.cn/v2/cms/channels/1?v=4.0.0的做法 
     372返回结果: 
     373{ 
     374    "data":[ 
     375        { 
     376            "id":2, 
     377            "discount":"25", 
     378            "price":"65", 
     379            "deadline":"2012-12-12", 
     380            "image":"http://img0.pcauto.com.cn/pcauto/1401/14/g_3757705_1389682614382_240x160.jpg", 
     381            "title":"全新劳恩斯或定名捷恩斯 北京车展发布", 
     382            "serialName":"马自达" 
     383        } 
     384    ], 
     385    "focus":[ 
     386        { 
     387            "id":"4213159", 
     388            "image":"http://img0.pcauto.com.cn/pcauto/nation/ycxc/1404/cla.jpg" 
     389        } 
     390    ], 
     391    "topFocus":[ 
     392        { 
     393            "to-uri":"pcautobrowser://information-article/1234", 
     394            "image":"http://img0.pcauto.com.cn/pcauto/nation/ycxc/1404/cla.jpg" 
     395        } 
     396    ], 
     397    "pageNo":1, 
     398    "pageSize":5, 
     399    "total":150 
     400} 
     401 
    370402 
    371403}}}