{
"CgiCmd": "GetFriendLists",
"CgiRequest": {
"LastUin": 0
}
}
curl --location -g --request POST 'http://127.0.0.1:8086/v1/LuaApiCaller?funcname=MagicCgiCmd&timeout=10&qq=123456789' \
--header 'Content-Type: application/json' \
--data-raw '{
"CgiCmd": "GetFriendLists",
"CgiRequest": {
"LastUin": 0
}
}'
{
"CgiBaseResponse": {
"ErrMsg": "string",
"Ret": 0
},
"ResponseData": {
"FriendLists": [
{
"Head": "string",
"Nick": "string",
"Sex": 0,
"Signature": "string",
"TagId": 0,
"Uid": "string",
"Uin": 0
}
],
"LastBuffer": "string",
"TagLists": [
{
"TagId": 0,
"TagName": "string"
}
]
}
}