curl --location --request POST 'https://qiyukf.com/openapi/chat/queue/group/query?appKey=&time=&checksum=' \
--header 'Content-Type: application/json' \
--data-raw '{
"groupId": 624001
}'
{
"code": 200,
"message": "",
"staffInfo": [
{
"id": 12712411,
"realname": "李莉莉",
"maxServeCount": 20,
"servingCount": 10
},
{
"id": 12712612,
"realname": "张磊",
"maxServeCount": 15,
"servingCount": 13
}
]
}