扫码链接
GET
/api/login/scanCodeUrlPC端微信扫码登录链接
请求参数
Query 参数
url
string
跳转的链接
示例值:
http://java-front.likeadmin.cn/mobile
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
必需
msg
string
必需
data
object
必需
url
string
必需
示例
{
"code": 200,
"msg": "成功",
"data": {
"url": "https://open.weixin.qq.com/connect/qrconnect?appid=wx0e45525be2a01dc8&redirect_uri=http%3A%2F%2Fjava-front.likeadmin.cn%2Fapi%2Flogin%2Fcheck&response_type=code&scope=snsapi_login&state=73785da224b344b18288dcb45acee7e7#wechat_redirect"
}
}
最后修改时间: 2 年前