短信登陆
POST
/v1/WeWork/Login/MobileAuth请求参数
Query 参数
Uid
array[string]
机器人Uid
示例值:
["2251801571005165"]
Header 参数
Content-Type
string
可选
示例值:
application/json
Body 参数application/json
MsgType
integer
消息类型
ToUserId
integer
消息对象
ToUserType
integer
必需
发送类型0私聊1群聊
Content
string
消息内容
示例
{
"MobilePhone": "17316428650",
"Country": "86",
"OpCode": 108,
"VerifyCode": "176161",
"DeviceID": "22886460-3DC2-4A49-AEED-27B699412DD9",
"DeviceFA": "00886460-3DC2-4A49-AEED-27B699412DD9",
"Proxy": ""
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
CgiBaseResponse
object
必需
Ret
integer
必需
ErrMsg
string
必需
ResponseData
object
必需
HeadImg
string
必需
NickName
string
必需
Uid
integer
必需
Data
null
必需
示例
成功示例
{
"CgiBaseResponse": {
"Ret": 0,
"ErrMsg": "ok"
},
"ResponseData": null,
"Data": null
}
最后修改时间: 8 个月前