Changes between Version 166 and Version 167 of WikiStart/web-intf


Ignore:
Timestamp:
05/14/2013 04:07:48 PM (13 years ago)
Author:
zhoulingxin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart/web-intf

    v166 v167  
    21792179}}} 
    21802180 
    2181  
     2181== 44.新浪和QQ的SSO登陆接口 ==  
     2182原型http://trac.pc.com.cn/mobile/pototype/ideas/youjiapin/req1.0.1/ [[BR]] 
     2183 
     2184URL:http://youpin.pchouse.com.cn/jsp/intf/sso_login.jsp  [[BR]] 
     2185测试: http://dev10.pchouse.com.cn:8083/jsp/intf/sso_login.jsp [[BR]] 
     2186 
     2187请求方式:POST[[BR]] 
     2188 
     2189是否需要登录:否[[BR]] 
     2190 
     2191功能说明:提供新浪和QQ的SSO登陆[[BR]] 
     2192 
     2193提交参数:[[BR]] 
     2194 
     2195{{{ 
     2196  type:app编号 
     2197  token:用户授权token 
     2198  open_account_id:用户第三方帐号ID 
     2199}}} 
     2200 
     2201返回参数:[[BR]] 
     2202{{{ 
     2203  status:处理状态(0为成功,其它为失败) 
     2204  desc:处理结果描述 
     2205  id:passportId(当成功时才返回) 
     2206  common_session_id1:登录cookie(当成功时才返回) 
     2207  user:用户信息(当成功时才返回) 
     2208}}} 
    21822209 
    21832210