Changes between Version 8 and Version 9 of pcauto_BuyAuto_1.1.0


Ignore:
Timestamp:
11/26/2014 11:10:48 AM (11 years ago)
Author:
liguokai
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pcauto_BuyAuto_1.1.0

    v8 v9  
    151151==== 2.3.2 [=#point2.3.2 发起团购] ==== 
    152152{{{ 
    153 原接口:http://mai.pcauto.com.cn/gct/action/do_order.jsp?req-enc=utf-8 
     153(接口未上线,请连192.168.21.94:8888进行测试) 
     154    请求方式:POST 
     155    请求mrobot接口:http://mrobot.pcauto.com.cn/v3/search/mallPost 
     156    应用端接口:http://dev3.pcauto.com.cn:9977/autoMall/gct/action/do_order.jsp 
     157    请求参数格式: 
     158    key:param 
     159    value: 
     160    { 
     161      "userName": "huixuan", 
     162      "regionId": 1, 
     163      "isInitMsg": 1, 
     164      "origin": 3, 
     165      "phone": 13360009613, 
     166      "carSerialId" : 4313, 
     167      "referer" : "http://mrobot.pcauto.com.cn/autobuy/" 
     168    } 
     169    注意: (关于referer值)购车APP填写固定值:http://mrobot.pcauto.com.cn/autobuy/   用于记录报名来源于购车app 
     170           (关于carSerialId值)isInitMsg=1时为必须 
     171    参数说明如下表: 
     172     
     173}}} 
     174    ||参数名称||参数名||类型||说明||是否必须|| 
     175    ||经销商ID||dealerId||Long||默认0||必须|| 
     176    ||车型ID||modelId||Long||默认list||非必须|| 
     177    ||车系ID||sgId||Long|| ||必须|| 
     178    ||网友姓名||userName||String|| ||必须|| 
     179    ||网友省份||provinceId||Long|| ||必须|| 
     180    ||网友城市||regionId||Long|| ||必须|| 
     181    ||网友电话||phone||String|| ||必须|| 
     182    ||购车团ID||tsgId||Long|| ||必须|| 
     183    ||网友IP||ip||String|| ||非必须|| 
     184    ||来源URL||referer||String||见注意||必须|| 
     185    ||平台来源||origin||int||0未知,1:web,2:wap,3:IOS,4:Android,5:WP,6:杂志||必须|| 
     186    ||是否三人行||isInitMsg||int||0:购车团报名,1:三人行||必须|| 
     187    ||APP应用ID||appKey||String|| ||非必须|| 
     188    ||来源渠道ID||chId||String|| ||非必须|| 
     189    ||设备ID||devId||String|| ||非必须|| 
     190    ||车系ID||carSerialId||long||isInitMsg=1时为必须||必须|| 
    154191}}} 
    155192==== 2.3.3 [=#point2.3.3 团购活动详情页] ====