{
"type": "getWorkFriendList",
"params": {
"robotId": "机器人微信id",
"instanceId": "机器人实例id"
}
}
curl --location --request POST 'http://localhost:10001/api/processor' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": "getWorkFriendList",
"params": {
"robotId": "机器人微信id",
"instanceId": "机器人实例id"
}
}'
{
"code": 200,
"data": {
"robotId": "机器人微信id",
"instanceId": "机器人实例id",
"wxId": "好友微信id",
"wxNum": "好友微信号",
"nickname": "string",
"remark": "好友备注",
"v3": "string",
"sex": 0
}
}