Changes between Version 33 and Version 34 of pcautofinance1.0_developers/pages


Ignore:
Timestamp:
10/10/2015 09:14:09 AM (11 years ago)
Author:
zhongjilong_JZ
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pcautofinance1.0_developers/pages

    v33 v34  
    115115url: 
    116116 http://m.jr.pcauto.com.cn/success/r1/ 询价成功页,不带参数 [[BR]] 
    117  http://m.jr.pcauto.com.cn/success/r1/qr123456 提交成功页,其中参数qr=123456 [[BR]] 
     117 http://m.jr.pcauto.com.cn/success/r1/123456 提交成功页,其中参数qr=123456 [[BR]] 
    118118后端对应url: 
    119119 http://m.jr.pcauto.com.cn/api/qrcode?phoneId=123456 获取带参数的二维码 [[BR]] 
     
    129129**请求参数** 
    130130||= 参数名 =||= 参数含义 =||= 类型 =||= 默认值 =||= 是否必需 =||=说明=|| 
    131 ||qr||二维码参数||int||0||否|| || 
     131||qr||二维码参数||int||0||否||参数长度为0~13位 || 
    132132 
    133133 
     
    136136'''(wap开发中)'''[[BR]] 
    137137url: 
    138  http://m.jr.pcauto.com.cn/common/brandr1 选品牌页,不带参数 [[BR]] 
    139  http://m.jr.pcauto.com.cn/common/brand?rid=2&level=3&prePayRange=55&paymentRange=1&r1 选品牌页,带参数4个参数 [[BR]] 
     138 http://m.jr.pcauto.com.cn/brand/r1/ 选品牌页,不带参数 [[BR]] 
     139 http://m.jr.pcauto.com.cn/brand/r1/?rid=2&level=3&prePayRange=55&paymentRange=1 选品牌页,带参数4个参数 [[BR]] 
    140140后端对应url: 
    141141 http://dev43.pcauto.com.cn:8001/interface/outer/mobile/top300Brands.jsp 获取热门品牌top300数据 [[BR]]