Changes between Version 38 and Version 39 of pcautofinance1.0_developers/pages


Ignore:
Timestamp:
10/10/2015 03:43:06 PM (11 years ago)
Author:
zhongjilong_JZ
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pcautofinance1.0_developers/pages

    v38 v39  
    115115url: 
    116116 http://m.jr.pcauto.com.cn/success/ 询价成功页,不带参数 [[BR]] 
    117  http://m.jr.pcauto.com.cn/success/123456 提交成功页,其中参数qr=123456 [[BR]] 
     117 http://m.jr.pcauto.com.cn/success/?qr=123456 提交成功页,其中参数qr=123456 [[BR]] 
    118118后端对应url: 
    119119 http://m.jr.pcauto.com.cn/api/qrcode?phoneId=123456 获取带参数的二维码 [[BR]] 
     
    137137url: 
    138138 http://m.jr.pcauto.com.cn/brand/r1/ 选品牌页,不带参数 [[BR]] 
    139  http://m.jr.pcauto.com.cn/brand/r1/&level=3&prePayRange=55&paymentRange=1 选品牌页,带参数4个参数 [[BR]] 
     139 http://m.jr.pcauto.com.cn/brand/r1/?level=3&prePayRange=55&paymentRange=1 选品牌页,带参数4个参数 [[BR]] 
    140140后端对应url: 
    141141 http://dev43.pcauto.com.cn:8001/interface/outer/mobile/top300Brands.jsp 获取热门品牌top300数据 [[BR]]