获取机器人列表
GET
/open/userMachineCode/userBotList请求参数
Header 参数
access-key
string
访问令牌
示例值:
21177087e2b5486392bdacd8211785b7
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
响应编码
msg
string
响应说明
data
array [object {9}]
响应内容
id
string
机器码id
status
integer
必需
机器码状态;0未激活,1已解绑,2已激活
lastDay
string
到期时间
isDefault
integer
是否默认机器人
botId
string
机器人id
name
string
机器人名称
headImgUrl
string
机器人头像
wxid
string
机器人wxid
online
boolean
机器人是否在线
示例
{
"code": 200,
"msg": "执行成功",
"data": [
{
"id": "1",
"status": 2,
"lastDay": "2024-12-28",
"isDefault": 1,
"botId": "1",
"name": "微加机器人",
"headImgUrl": "https://wx.qlogo.cn/mmhead/ver_1/cUKscfLvqv9SXUMic9pjd0PIy6zhoLiaCx8GbzpY5QalTOBCeaydic2WGLagAr1cXQBziaLwwy3Pohhx8XLuDC8uAEwCGI8reEWXFbOgmPEKXAB4xzB0zQiaTLliao6S7qNAdS/0",
"wxid": "wxid_0k******12",
"online": true
},
{
"id": "2",
"status": 2,
"lastDay": "2024-03-02",
"isDefault": 0,
"botId": "2",
"name": "微加",
"headImgUrl": "https://wx.qlogo.cn/mmhead/ver_1/mOIuPK15MU98icOiakaCa0PvP7CIicBth0Ftnd7QRZ0xicPxmxLhkOHIAic2YvKicqoAmDxC6FU7aKicMgibiaa1KkmcqD64xqZ9UxIKfrGYLdCKIV8sB1G4JCTRVniceuZy5DxWVt/0",
"wxid": "wxid_bs******22",
"online": true
}
]
}
最后修改时间: 9 个月前