Changes between Version 32 and Version 33 of price_jiekou


Ignore:
Timestamp:
09/10/2013 02:40:10 PM (13 years ago)
Author:
chenyu
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • price_jiekou

    v32 v33  
    213213HTTP请求方式:post 
    214214    是否需要登录:否 
    215     提交参数:id(话题id) 
    216                     url(话题url) 
    217                     common_session_Id(太平洋通行证session) 
    218                     username(用户名) 
    219                     anonymous(是否匿名) 
    220                     content(内容) 
    221                     replyFloor2(回复楼层,可选) 
     215    提交参数:id:话题id 
     216                    url:话题url 
     217                    common_session_Id:太平洋通行证session 
     218                    username:用户名 
     219                    anonymous:是否匿名 
     220                    content:内容 
     221                    replyFloor2:回复楼层(可选) 
    222222                    通过body传参 
    223223 
     
    279279 
    280280}}} 
     281 
     282=== 2.8 太平洋统一登录接口 === 
     283{{{ 
     284     url:http://mrobot.pcauto.com.cn/proxy/passport2/login 
     285     
     286    备注:  
     287    请求参数:username:用户名 
     288                  password:密码 
     289    请求方法:post 
     290    是否需要登录:否 
     291    返回参数: 
     292{ 
     293    "status": 0, 
     294    "message": "ok", 
     295    "session": "123456", 
     296    "userId": 25520497, 
     297    "common_session_id": "123456" 
     298} 
     299 
     300}}} 
     301