oauth2授权登录(自动跳转)

功能说明

oauth2.0 授权登录,验证ticket并登录后跳转到指定地址

接口说明

请求header

GET https://{domain}/v2/oauth2/authorize
Content-Type:application/json

注:

请将 {domain} 替换为您的域名,或者 mudu.tv

此接口会写入cookie,目标地址请使用统一{domain}

参数说明

参数 参数说明 参数类型 是否必填 备注
redirect_uri 调用凭证 string 目标地址,需要urlEncode,不填则会根据业务类型自动填写
ticket 登录票据 string 接口获取
source 来源 string 如果是嵌在iframe,请填iframe
wechat_authorization 是否拉起微信授权 string true 下拉起微信授权(且redirect_uri字段内容失效) 此字段仅outer_visitor类型的会生效

返回

错误时:

{
    "errcode": 1000,
    "msg": "错误信息",
}

正确时:重定向到目标地址

返回参数说明

参数 描述 类型
errcode 错误码 integer
msg 错误信息 string

results matching ""

    No results matching ""