Changes between Version 25 and Version 26 of pcauto_4.6.0/interface
- Timestamp:
- 12/29/2014 05:18:34 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
pcauto_4.6.0/interface
v25 v26 2 2 3 3 == 1.基本约定 == 4 {{{ 5 web开发机代理:192.168.10.199 端口为 1080 6 7 接口通用参数 8 req_enc=utf-8(必须放url后面) 9 resp_enc=utf-8(必须放url后面) 10 common_session_id=xxxx(以cookies中的优先) 11 12 接口URL: 接口URL 13 ||参数名||类型||必须||说明|| 14 说明文档参数:添加某特定参数可以直接看接口文档 15 是否需要登录:是|否 16 返回格式:json|xml|ssi, 17 缓存方式:接口缓存(接口中返回的响应头里面的 Cache-Control),对象缓存() 18 缓存时间:缓存时间 19 返回结果:结果可能情况 20 }}} 4 [[BR]]web开发机代理:192.168.10.199 端口为 1080 5 [[BR]]接口通用参数 6 [[BR]]req_enc=utf-8(必须放url后面) 7 [[BR]]resp_enc=utf-8(必须放url后面) 8 [[BR]]common_session_id=xxxx(以cookies中的优先) 9 [[BR]]接口URL: 接口URL[[BR]] 10 ||参数名||类型||必须||说明|| 11 [[BR]]说明文档参数:添加某特定参数可以直接看接口文档 12 [[BR]]是否需要登录:是|否 13 [[BR]]返回格式:json|xml|ssi, 14 [[BR]]缓存方式:接口缓存(接口中返回的响应头里面的 Cache-Control),对象缓存() 15 [[BR]]缓存时间:缓存时间 16 [[BR]]返回结果:结果可能情况 21 17 22 18 … … 118 114 无 119 115 [[BR]]返回结果: 120 "brands": [{ 121 "id": 2, 122 "letter": "D", 123 "logo": "http://www1.pcauto.com.cn/piclib/2.png", 124 "name": "大众" 125 }, 126 { 127 "id": 10, 128 "letter": "F", 129 "logo": "http://www1.pcauto.com.cn/piclib/10.png", 130 "name": "丰田" 131 },…… 132 ] 116 {{{ 117 "brands": [ 118 { 119 "id": 2, 120 "letter": "D", 121 "logo": "http://www1.pcauto.com.cn/piclib/2.png", 122 "name": "大众" 123 }, 124 { 125 "id": 10, 126 "letter": "F", 127 "logo": "http://www1.pcauto.com.cn/piclib/10.png", 128 "name": "丰田" 129 }, 130 …… 131 ] 132 }}} 133 134 133 135 134 136 === 3.1.4 [=#point3.1.4 条件筛选增加产地] === 135 137 [[BR]]说明:找车条件筛选新增产地这个选项 138 {{{ 136 139 请求url: 137 140 (1)http://mrobot.pcauto.com.cn/buy/price/chooseOption 138 141 (2)http://mrobot.pcauto.com.cn/buy/price/search 139 142 (3)http://mrobot.pcauto.com.cn/v3/price/search 143 }}} 140 144 [[BR]]后端地址: 141 145 [[BR]]请求方式: … … 167 171 [[BR]] 168 172 返回结果:[[BR]] 173 {{{ 169 174 { 170 pageCount: 1, 171 pageNo: 1, 172 pageSize: 20, 173 resultList: [{ 174 accountId: 33375426, 175 content: "年底抢楼送大奖,说出对新年愿望祝福——送儿童安全座椅、投影机、行车记录仪、京东购物卡、移动电源!!!http://bbs.pcauto.com.cn/topic-5955076.html", 176 createTime: 1417500858000, 177 groupSend: 1, 178 groupType: 0, 179 id: 124624885, 180 senderId: 0, 181 siteId: 2, 182 status: 1, 183 type: { 184 groupType: 1, 185 id: 0, 186 name: "系统消息", 187 siteId: 0, 188 templateId: 0 189 }, 190 typeId: 41 191 }], 192 total: 13 175 pageCount: 1, 176 pageNo: 1, 177 pageSize: 20, 178 resultList: [ 179 { 180 accountId: 33375426, 181 content: "年底抢楼送大奖,说出对新年愿望祝福——送儿童安全座椅、投影机、行车记录仪、京东购物卡、移动电源!!!http://bbs.pcauto.com.cn/topic-5955076.html", 182 createTime: 1417500858000, 183 groupSend: 1, 184 groupType: 0, 185 id: 124624885, 186 senderId: 0, 187 siteId: 2, 188 status: 1, 189 type: { 190 groupType: 1, 191 id: 0, 192 name: "系统消息", 193 siteId: 0, 194 templateId: 0 195 }, 196 typeId: 41 197 } 198 ], 199 total: 13 193 200 } 201 }}} 202 194 203 [[BR]]content字段的跳转内容加上html标签,客户端做识别和跳转 195 204 === 5.1 [=#point5.1 优惠] === … … 214 223 ||jb||string||可选||级别,如71|| 215 224 [[BR]]返回结果: 225 226 {{{ 216 227 { 217 228 "data": [ … … 241 252 "total": 6559 242 253 } 254 }}} 255 243 256 244 257 == 3.车型库+商城优化的接口列表 ==
![(please configure the [header_logo] section in trac.ini)](http://www1.pconline.com.cn/hr/2009/global/images/logo.gif)