获取当前机器人加群情况接口
| 名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
|---|---|---|---|---|---|
| robotWxId | String | 必须 | wxid_80to0x6nzeio22 | 机器人微信ID | |
| shopOwnerWxIds | String | 必须 | wxid_1220992209512,wxid_xdjyh6ocxa1922 | 群主微信ID集合(","分隔) | |
| pageNo | Number | 必须 | 1 | 起始页 | |
| pageSize | Number | 必须 | 20 | 每页多少条 | |
| isRefresh | Boolean | 必须 | fasle | 是否刷新 |
| 名称 | 类型 | 示例值 | 描述 |
|---|---|---|---|
| result | Object | 返回结果 | |
|
{"shopOwnerWxIds":"wxid_1220992209512,wxid_xdjyh6ocxa1922","robotWxId":"wxid_80to0x6nzeio22","isRefresh":false,"pageNo":1,"pageSize":20}
{
"result":{
"data":{
"total":25,
"robotWxGroupList":[
{
"wxGroupId":"21738120725@chatroom",
"wxGroupName":"微信群cc 测试1",
"wxGroupPeopleCount":7,
"groupOwnerWxNo":"wgy13998361194",
"groupOwnerWxId":"wxid_xdjyh6ocxa1922"
}
]
},
"success":true,
"errorCode":"200",
"errorMessage":"获取数据成功"
}
}
{"result":{"success":"不等于true","errorMessage":"Illegal request","errorCode":"sign-check-failure"}}
| 错误码 | 错误描述 | 解决方案 |
|---|