Changes between Version 58 and Version 59 of pcautofinance1.0_developers/pages


Ignore:
Timestamp:
10/19/2015 04:26:15 PM (11 years ago)
Author:
wuxiaoling
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pcautofinance1.0_developers/pages

    v58 v59  
    175175||= sg=||= 车系id =||= int =||=1 =||= 否=||=车系ID和车型ID二者必须有一个=|| 
    176176||= m=||= 车型id =||= int =||=1 =||= 否=||=车系ID和车型ID二者必须有一个=|| 
     177 
     178== 8. 推荐产品页(即购车小秘及我要贷款进来) == 
     179'''wap'''[[BR]] 
     180url: 
     181我要贷款进入:http://m.jr.pcauto.com.cn/goodRecommend/r1/h0-m25132-org91-pro225-p24-s30-tel13527783635/?qua={%22age%22:%224%22,%22annualIncome%22:%222000000%22,%22creditSituation%22:%2225,27%22,%22education%22:%2210%22,%22housingSituation%22:%2217%22,%22maritalStatus%22:%2213%22,%22profession%22:%2223%22} [[BR]] 
     182购车小秘进入: 
     183http://m.jr.pcauto.com.cn/goodRecommend/r1/h1-m37636/?qua={%22age%22:%222%22,%22annualIncome%22:%2210000%22,%22creditSituation%22:%2225,27%22,%22education%22:%227%22,%22housingSituation%22:%2215%22,%22maritalStatus%22:%2213%22,%22profession%22:%2221%22} 
     184[[BR]] 
     185'''后端'''[[BR]] 
     186金融产品列表页接口[[BR]] 
     187推荐产品接口: 
     188  "http://jr.pcauto.com.cn/interface/outer/mobile/findProByQualification.jsp?rid="+rId+"&modelId="+modelId; [[BR]] 
     189推荐经销商接口: 
     190"http://jr.pcauto.com.cn/interface/outer/mobile/listDealer.jsp?rId="+rId+"&modelId="+modelId;[[BR]] 
     191 
     192**说明**[[BR]] 
     193功能编号(对应排期文档):6.0[[BR]] 
     194原型地址:http://trac.pc.com.cn/mobile/pototype/pcauto-finance/wap/WAP_v1.10_20150924/#p=7_3、符合金融产品_修改_[[BR]] 
     195**调用方式** 
     196>get 
     197**请求参数** 
     198||= 参数名 =||= 参数含义 =||= 类型 =||= 默认值 =||= 是否必需 =||=说明=|| 
     199||= r=||= 城市ID =||= int =||=1 =||= Y=||=城市ID=|| 
     200||= h=||= 表购车小秘或才我要贷款 =||= int =||=1 =||= 否=||==|| 
     201||= m=||= 车型id =||= int =||=1 =||= 是=||=车型ID=|| 
     202||= org=||= 机构=||= int =||无||= 否=||==|| 
     203||= pro=||= 产品ID=||= int =||无||= 否=||==|| 
     204||= s=||= 还款期数=||= int =||无||= 否=||==|| 
     205||= p=||= 首付比例=||= int =||无||= 否=||==|| 
     206||= tel=||= 电话号码=||= int =||无||= 否=||==|| 
     207||qua||= 资质 ==|| =json=||=是 =|资质json格式|| 
     208 
     209 
     210