{
"type": "robotInfo",
"params": {
"robotId": "机器人微信id",
"instanceId": "机器人实例id",
"cache": 1
}
}
curl --location --request POST 'http://localhost:10001/api/processor' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": "robotInfo",
"params": {
"robotId": "机器人微信id",
"instanceId": "机器人实例id",
"cache": 1
}
}'
{
"type": "robotInfo",
"description": "获取群聊列表",
"time": 0,
"data": {
"robotId": "机器人微信id",
"instanceId": "机器人实例id",
"wxNum": "好友微信号",
"nickname": "string",
"device": "登录设备",
"phone": "string",
"avatarUrl": "头像",
"country": "string",
"province": "string",
"sign": "string"
}
}