{
"id":""
}
curl --location --request POST 'http://localhost:8080/kk/chatTaskObservation/selectChatTaskObservationTeamList' \
--header 'token;' \
--header 'Content-Type: application/json' \
--data-raw '{
"id":""
}'
{
"total": 1,
"data": [
{
"id": 1,
"name": "team001",
"isQuitTask": "0",
"taskState": "1",
"createTime": "2024-04-18 00:39:20",
"accountsNum": 9,
"deathAccountsNum": 7,
"surviveAccountsNum": 2,
"teamSize": 30,
"totalChatCount": 1098,
"avgChatCount": 0.0,
"cumulativeChatCount": 0
}
],
"code": 200,
"msg": "查询成功"
}