调用API获取登录链接
POST
https://sso.gumengya.com/api最后修改时间: 1 个月前
责任人:
请求参数
Body 参数application/x-www-form-urlencoded
action
string
必填参数,系统参数
示例值:
url
site
string
必需
快捷登录站点目录 比如 qq
示例值:
qq
redirect_url
string
可选
回调链接(建议urlencode)
示例值:
http://127.0.0.1/callback
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
必需
msg
string
必需
url
string
必需
width
string
必需
height
string
必需
state
string
必需
示例
成功示例
{
"code": 1,
"msg": "success",
"url": "https://graph.qq.com/oauth2.0/authorize?response_type=code&client_id=101914567&redirect_uri=https%3A%2F%2Faccount.gumengya.com%2Fqq%2Fcallback&scope=get_user_info&state=d2eb19d0bde99d652f302fad5661c2b6",
"width": "731",
"height": "428",
"state": "d2eb19d0bde99d652f302fad5661c2b6"
}
最后修改时间: 1 个月前