{
"botId": "string"
}curl --location --request POST 'http://localhost/listFriend' \
--header 'X-Token: yoyohuhu' \
--header 'Content-Type: application/json' \
--data-raw '{
"botId": "string"
}'{
"code": 0,
"data": {
"friends": [
{
"email": "",
"id": "12345",
"name": "chen",
"remark": "chen",
"sign": "",
"sex": 0,
"age": 0,
"country": "",
"province": "",
"city": "",
"level": 0,
"likeTotal": 0,
"online": ""
},
{
"email": "",
"id": "434452",
"name": "杨",
"remark": "花不染",
"sign": "",
"sex": 0,
"age": 0,
"country": "",
"province": "",
"city": "",
"level": 0,
"likeTotal": 0,
"online": ""
}
]
}
}