Table of Contents
1.基本约定
mrobot开发机代理:192.168.10.199 端口为 1080
mrobot测试机代理:192.168.10.198 端口为 1080
接口通用参数
req_enc=utf-8(必须放url后面)
resp_enc=utf-8(必须放url后面)
common_session_id=xxxx(以cookies中的优先)
接口URL: 接口URL
| 参数名 | 类型 | 必须 | 说明 |
说明文档参数:添加某特定参数可以直接看接口文档
是否需要登录:是|否
返回格式:json|xml|ssi,
缓存方式:接口缓存(接口中返回的响应头里面的 Cache-Control),对象缓存()
缓存时间:缓存时间
返回结果:结果可能情况
2.接口列表
2.1 车系参配页/车型对比页
(开发已完成,测试请连测试机代理)
mrobot接口: http://mrobot.pcauto.com.cn/v3/price/detailComparev45?id1=36734&id2=34389
原接口:
HTTP请求方式:get
是否需要登录:false
返回格式:json
缓存方式:hcs硬缓存
缓存时间:60分钟
说明:
请求参数:
| 参数名 | 类型 | 必须 | 说明 |
| id1 | String | 可选 | 对比车型ID |
| id2 | String | 可选 | 对比车型ID |
| serialId | String | 可选 | 车系ID |
| fmt | String | 可选 | fmt=json表示出json格式,不传出html |
返回数据结构:
{
detailArray: [
{
detail: [
{
groupDetail: [ "全国4S店", "3473笔" ], groupName: "询价订单"
}, metaUrl: " http://price.pcauto.com.cn/interface/iphone/model_detail.jsp?mid=30503", modelName: "奥迪A6L 2014款 30 FSI 舒适型 " },
...... } ]
2.2 车型参配页
(开发已完成,测试请连测试机代理)
mrobot接口: http://mrobot.pcauto.com.cn/v3/price/detailv36/{modelId}?fmt=json
原接口:
HTTP请求方式:get
是否需要登录:false
返回格式:json
缓存方式:hcs硬缓存
缓存时间:1天
说明:
请求参数:
| 参数名 | 类型 | 必须 | 说明 |
| modelId | String | Y | 车型ID |
| fmt | String | 可选 | fmt=json表示出json格式,不传出html |
返回数据结构:
{
"baseParameter":
[
"厂商", "一汽奥迪", "级别", "中大型车", "上市时间", "2014-01", "发动机"...],
"gfPrice": "38.3万",
"groupNameArray": [
"询价订单", "价格", "基本参数", "车身", "发动机", "电动机", "变速箱", "底盘转向",
...
], "kind": "中大型车", "manufacturer": "一汽奥迪", "minPrice": "5.75万", "modelName": "奥迪A6L 2014款 2.0 TFSI 手动基本型", "price": "38.3", "serialGorup": "奥迪A6L", "serialGorupId": 4313, "shortName": "2.0 TFSI 手动基本型", "state": "在售", "total": "0", "url": " http://img.pconline.com.cn/images/upload/upc/tx/auto5/1208/21/c7/13077074_13077074_1345530200671_80x60.jpg", "url_120x90": " http://img.pconline.com.cn/images/upload/upc/tx/auto5/1208/21/c7/13077074_13077074_1345530200671_120x90.jpg", "url_400x300": " http://img.pconline.com.cn/images/upload/upc/tx/auto5/1208/21/c7/13077074_13077074_1345530200671_400x300.jpg", "groupNameArray":[ "询价订单", "价格", "基本参数", "车身", "发动机", "电动机"...], "gfprice":"38.3万", "brand":"奥迪", "detail":[ {
"groupDetail": [
"全国4S店", "0笔"
], "groupName": "询价订单"
}......]
}
![(please configure the [header_logo] section in trac.ini)](http://www1.pconline.com.cn/hr/2009/global/images/logo.gif)