公众号-授权url
开发中GET
/api/login/codeUrl请求参数
Query 参数
url
string
url
示例值:
baidu.com
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
必需
show
integer
必需
msg
string
必需
data
object
必需
url
string
必需
示例
{
"code": 1,
"show": 0,
"msg": "获取成功",
"data": {
"url": "https://open.weixin.qq.com/connect/oauth2/authorize?appid=&redirect_uri=baidu.com&response_type=code&scope=snsapi_userinfo&state=514b9754393e966ddde9fb5ab9275cc2&connect_redirect=1#wechat_redirect"
}
}
最后修改时间: 2 年前