Changes between Version 92 and Version 93 of pcauto_4.5.0/interface


Ignore:
Timestamp:
10/09/2014 10:22:34 AM (12 years ago)
Author:
wuxiaoling
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pcauto_4.5.0/interface

    v92 v93  
    13151315=== 2.4.8 [=#point2.4.8 公司介绍] === 
    13161316{{{ 
    1317     请求url: 
    1318     原地址: 
     1317    请求url:http://mrobot.pcauto.com.cn/v3/price/getDealerDetail/{dealerId} 
     1318    原地址:http://m.pcauto.com.cn/dealer/interface/app/dealer_info_json.jsp?dealerId=" 
     1319                        //+ dealerId + "&type=" + type + "&refrest=ad"; 
     1320                        + dealerId + "&type=" + type; 
    13191321    HTTP请求方式:GET 
    13201322    是否需要登录:false 
     
    13241326    说明:新增 
    13251327    请求参数: 
    1326  
    1327     返回结果: 
     1328     dealerId:经销商ID 
     1329     type:类型,type=1返回json类型,其他情况是页面展现形式 
     1330    返回结果: 
     1331    type=1时,result: 
     1332    { 
     1333    "address": "广州市珠江新城临江大道57号南雅中和广场首层", 
     1334    "aq": 1, 
     1335    "id": 19375, 
     1336    "is400": 0, 
     1337    "lat": "23.119781472953104", 
     1338    "lng": "113.33491071084285", 
     1339    "name": "广州宾利汽车贸易有限公司", 
     1340    "phone": "020-38035099", 
     1341    "shortName": "广州宾利", 
     1342    "vip": 1 
     1343} 
     1344 
     1345 type=1时,页面显示,数据中不存在荣誉资格数据时,荣誉部分div不显示 
    13281346 
    13291347}}}