Changes between Version 45 and Version 46 of new_pcauto_4.2.0/interface


Ignore:
Timestamp:
04/14/2014 12:19:53 PM (12 years ago)
Author:
yangmengjun
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • new_pcauto_4.2.0/interface

    v45 v46  
    585585}}} 
    586586 
    587 === 2.2.18 [=#point261 行情文章列表]=== 
     587=== 2.2.19 [=#point261 行情文章列表]=== 
    588588{{{ 
    589589 备注:获取行情下的文章列表,在原来的基础上添加顶踩数 
     
    603603}}} 
    604604 
     605=== 2.2.20 [=#point264 找车搜索关键字]=== 
     606{{{ 
     607 备注:动态获取搜索关键字,由编辑在cms里维护 
     608 请求URL:http://mrobot.pcauto.com.cn/v3/price/modelsForSearch 
     609 HTTP请求方式:get 
     610 是否需要登录:否 
     611 返回格式:json 
     612 缓存方式:无 
     613 缓存时间:15分钟 
     614 请求参数:无 
     615 返回参数: 
     616         { 
     617             "modelList": [ 
     618                             { 
     619                                 "id": 123, 
     620                                 "name": "蒙迪欧" 
     621                             } 
     622                         ] 
     623         } 
     624 请求后端URL: 
     625        http://www.pcauto.com.cn/client/news/tghd/1401/intf2907.js 
     626}}} 
     627 
     628=== 2.2.21 [=#point265 降价]=== 
     629{{{ 
     630 备注:降价 
     631 请求URL:http://m.pcauto.com.cn/auto/market/r1.html?fromPcautoApp 
     632 HTTP请求方式:get 
     633 是否需要登录:否 
     634 返回格式:html页面 
     635 缓存方式:无 
     636 缓存时间:2小时 
     637 请求参数:无 
     638}}} 
    605639 
    606640== 2.3 订阅相关 == 
     
    13771411 }}} 
    13781412 
    1379 === 2.64 [=#point264 找车搜索关键字]=== 
    1380 {{{ 
    1381  备注:动态获取搜索关键字,由编辑在cms里维护 
    1382  请求URL:http://mrobot.pcauto.com.cn/v3/price/modelsForSearch 
    1383  HTTP请求方式:get 
    1384  是否需要登录:否 
    1385  返回格式:json 
    1386  缓存方式:无 
    1387  缓存时间:15分钟 
    1388  请求参数:无 
    1389  返回参数: 
    1390          { 
    1391              "modelList": [ 
    1392                              { 
    1393                                  "id": 123, 
    1394                                  "name": "蒙迪欧" 
    1395                              } 
    1396                          ] 
    1397          } 
    1398  请求后端URL: 
    1399         http://www.pcauto.com.cn/client/news/tghd/1401/intf2907.js 
    1400 }}} 
    1401  
    1402 === 2.65 [=#point265 降价]=== 
    1403 {{{ 
    1404  备注:降价 
    1405  请求URL:http://m.pcauto.com.cn/auto/market/r1.html?fromPcautoApp 
    1406  HTTP请求方式:get 
    1407  是否需要登录:否 
    1408  返回格式:html页面 
    1409  缓存方式:无 
    1410  缓存时间:2小时 
    1411  请求参数:无 
    1412 }}} 
     1413 
    14131414 
    14141415=== 2.66 [=#point266 修改昵称]===