Changes between Version 17 and Version 18 of pcauto_BuyAuto_1.3.0


Ignore:
Timestamp:
06/02/2015 10:20:45 AM (11 years ago)
Author:
wuxiaoling
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pcauto_BuyAuto_1.3.0

    v17 v18  
    287287500 - 系统错误[[BR]] 
    288288 
    289 == 4.更新投票状态 ==  
     289== 5.更新投票状态 ==  
    290290>http://mrobot.pcauto.com.cn/buy/price/vote/operateVote/{voteId}?op={opId} [[BR]] 
    291291>样例:http://mrobot.pcauto.com.cn/buy/price/vote/operateVote/2141?op=1 [[BR]] 
     
    320320400- 请求参数有误[[BR]] 
    321321500 - 系统错误[[BR]] 
     322 
     323== 6.1.2图片终端页   ==  
     324> 
     325http://mrobot.pcauto.com.cn/xsp/s/auto/buy/v1.3/pictures.xsp?serialGroupId=4457&pageSize=60&pageNo=1&typeId=1&modelId=36339&colorId=0[[BR]] 
     326**后端接口** 
     327 
     328>http://price.pcauto.com.cn/interface/iphone/photo_page_list.jsp?typeId=1&pageNo=1&pageSize=20&modelId=36339&serialGroupId=4457&cateId=1&colorId=0基础数据 
     329>http://price.pcauto.com.cn/interface/iphone/atom/price/model_basic_json.jsp?mIds=36339 官方价 
     330**说明** 
     331 
     332>无 
     333 
     334**提交方式** 
     335 
     336> GET 
     337 
     338**参数** 
     339 
     340||= 参数名 =||= 参数含义 =||= 类型 =||= 默认值 =||= 是否必须 =|| 
     341||typeId||类型Id||int||1||是|| 
     342||pageNo||第几页||int||1||否|| 
     343||pageSize||分页个数||int||6||否|| 
     344||serialGroupId||车系Id||int||0||否|| 
     345||modelId||车型Id||int||0||否|| 
     346||cateId||种类Id||int||0||是|| 
     347||colorId||颜色Id||int||0||是|| 
     348 
     349**返回** 
     350 
     351{{{#!java 
     352 { 
     353    "total": 37, 
     354    "pageNo": 1, 
     355    "pageSize": 2, 
     356    "pageCount": 19, 
     357    "title": "外观", 
     358    "data": [ 
     359        { 
     360            "modelId": "36339", 
     361            "modelName": "奥迪Q5 2015款 40 TFSI 技术型 ", 
     362            "bigPath": "http://img.pcauto.com.cn/images/upload/upc/tx/auto5/1412/25/c1/1097875_1097875_1419487751874_400x300.jpg", 
     363            "smallPath": "http://img.pcauto.com.cn/images/upload/upc/tx/auto5/1412/25/c1/1097875_1097875_1419487751874_120x90.jpg", 
     364            "gfPrice": "43.16" 
     365        }, 
     366        { 
     367            "modelId": "36339", 
     368            "modelName": "奥迪Q5 2015款 40 TFSI 技术型 ", 
     369            "bigPath": "http://img.pcauto.com.cn/images/upload/upc/tx/auto5/1412/25/c1/1097875_1097875_1419487754873_400x300.jpg", 
     370            "smallPath": "http://img.pcauto.com.cn/images/upload/upc/tx/auto5/1412/25/c1/1097875_1097875_1419487754873_120x90.jpg", 
     371            "gfPrice": "43.16" 
     372        } 
     373    ] 
     374} 
     375 
     376}}} 
     377