Changes between Version 93 and Version 94 of pcautofinance1.0_developers/interfaces


Ignore:
Timestamp:
09/16/2015 05:42:30 PM (11 years ago)
Author:
caozhaoyuan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pcautofinance1.0_developers/interfaces

    v93 v94  
    851851||icon||材料图片url|| 
    852852[[BR]] 
     853 
     854 
     855 
     856== 17. 推荐经销商接口(WAP) == 
     857'''(pc端开发中)'''[[BR]] 
     858pc接口:'''http:// '''[[BR]] 
     859 
     860**原型** 
     861> [http://trac.pc.com.cn/mobile/pototype/pcauto-finance/wap/WAP_v1.09_20150915/#p=7_3、符合金融产品  点击前往] [[BR]]   
     862**说明** 
     863>提供推荐的经销商列表数据,用于匹配/推荐金融产品页面 
     864**调用方式** 
     865>get 
     866**请求参数** 
     867||= 参数名 =||= 参数含义 =||= 类型 =||= 默认值 =||= 是否必需 =||=说明=|| 
     868||rid||城市id||int||无||是||待定|| 
     869||serialId||车系id||int||无||是|||| 
     870||modelId||车型id||int||无||否|||| 
     871 
     872**返回数据** 
     873{{{#!java 
     874{ 
     875    "isShowRZicon": 1, 
     876    "vip": 1, 
     877    "dealerId": 1234, 
     878    "phone": "400-123-1234", 
     879    "isShow24Icon": 1, 
     880    "areaName": "", 
     881    "range": 3, 
     882    "phoneType": 1, 
     883    "address": "广州天河XXX", 
     884    "name": "广州中升之星", 
     885    "agent": "4S店" 
     886} 
     887}}} 
     888**返回参数说明** 
     889||= 参数名 =||= 参数含义 =|| 
     890||dealerId||经销商id|| 
     891||phone||电话|| 
     892||phoneType||电话类型|| 
     893||address||经销商地址|| 
     894||name||经销商名称|| 
     895||agent||级别|| 
     896[[BR]]