http://127.0.0.1:8888/api/
参数名 | 必选 | 类型 | 说明 |
---|---|---|---|
type | 是 | int | 接口编号 |
userNames | 是 | list | 用户wxid列表 |
chatroomUserName | 否 | string | 群聊id,如果指定了该参数,会同时检索用户在指定群聊内的信息 |
{
"type": 10112,
"userNames": ["wxid_xxx1", "wxid_xxx2"],
}
{
"type": 10112,
"userNames": ["wxid_xxx1", "wxid_xxx2"],
"chatroomUserName": "xxxx@chatroom"
}
{
"data": {
"status": 0,
"desc": "",
"data": []
}
}
参数名 | 类型 | 说明 |
---|---|---|
error_code | int | 错误代码 |
description | string | 错误描述 |
data | json | 业务数据 |