Changes between Version 21 and Version 22 of pcautofinance1.0_developers/pages


Ignore:
Timestamp:
10/09/2015 04:22:38 PM (11 years ago)
Author:
zhongjilong_JZ
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pcautofinance1.0_developers/pages

    v21 v22  
    9696 http://m.jr.pcauto.com.cn/success/qr123456 提交成功页,其中参数qr=123456 [[BR]] 
    9797后端对应url: 
    98  http://m.jr.pcauto.com.cn/api/qrcode?phoneId=123456&r1 获取带参数的二维码 [[BR]] 
     98 http://m.jr.pcauto.com.cn/api/qrcode?phoneId=123456 获取带参数的二维码 [[BR]] 
    9999 
    100100**说明** 
     
    105105||= 参数名 =||= 参数含义 =||= 类型 =||= 默认值 =||= 是否必需 =||=说明=|| 
    106106||qr||二维码参数||int||0||否||无 || 
     107 
     108 
     109== 6. 按预算选车-选品牌页== 
     110'''(wap开发中)'''[[BR]] 
     111url: 
     112 http://m.jr.pcauto.com.cn/common/brandr1 选品牌页,不带参数 [[BR]] 
     113 http://m.jr.pcauto.com.cn/common/brand?rid=2&level=3&prePayRange=55&paymentRange=1&r1 选品牌页,带参数4个参数 [[BR]] 
     114后端对应url: 
     115 http://dev43.pcauto.com.cn:8001/interface/outer/mobile/top300Brands.jsp 获取热门品牌top300数据 [[BR]] 
     116 
     117**说明** 
     118>点击品牌,传递参数给按预算选车页 
     119**调用方式** 
     120>get 
     121**请求参数** 
     122||= 参数名 =||= 参数含义 =||= 类型 =||= 默认值 =||= 是否必需 =||=说明=|| 
     123||rid||城市id||int||无||否||无 || 
     124||level||级别||int||无||否||无 || 
     125||prePayRange||首付范围||string||无||否||无 || 
     126||paymentRange||月供范围||string||无||否||无 ||