自动发品机器人,获取机器人列表接口
| 名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
|---|---|---|---|---|---|
| robotStatus | Number | 可选 | 2 | 机器人运行状态(0:正常,1:异常,2:查全部) | |
| pageNo | Number | 必须 | 1 | 起始页 | |
| pageSize | Number | 必须 | 10 | 每页条数 | |
| robotWxIds | String | 可选 | wxid_t3nq73kqdm7822,wxid_sncggtsztz5j22 | 机器人微信ID集合","分隔 null默认查全部 |
| 名称 | 类型 | 示例值 | 描述 |
|---|---|---|---|
| result | Object | 返回结果 | |
|
{"robotStatus":2,"pageNo":1,"robotWxIds":"wxid_t3nq73kqdm7822,wxid_sncggtsztz5j22","pageSize":10}
{
"result":{
"data":{
"robotInfoList":[
{
"robotWxNo":"cat20212816",
"robotWxId":"wxid_80to0x6nzeio22",
"robotWxName":"江江",
"robotStatus":0,
"todayAddFriendCount":15,
"todayEnterGroupCount":5
}
],
"total":25
},
"success":true,
"errorMessage":"返回数据成功",
"errorCode":"200"
}
}
{"result":{"success":"不等于true","errorMessage":"Illegal request","errorCode":"sign-check-failure"}}
| 错误码 | 错误描述 | 解决方案 |
|---|