微信登录
POST
/api/login/mnpLogin请求参数
Header 参数
terminal
integer
必需
示例值:
1
Body 参数application/json
code
string
小程序Code
示例
{
"code": "0635Ga1w3H2d9Z2yUh3w3k0fsR05Ga1s"
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
必需
msg
string
必需
data
object
必需
id
integer
用户ID
token
string
登录令牌
isBindMobile
boolean
是否绑定手机
isNew
integer
是否新用户
示例
成功示例
{
"code": 200,
"msg": "成功",
"data": {
"id": 1,
"isBindMobile": false,
"token": "opXlW1a84Yn9g59YxLZciIoRh5Se2YGg1WoKzSKUsiXO7rrAAYY5ovgqfJoSh1vP"
}
}
最后修改时间: 2 年前