{
"id":""
}
curl --location --request POST 'http://localhost:8080/kk/chatTaskObservation/selectChatTaskObservationTeamSliceList' \
--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,
"hourTotalChatCount": 0,
"hourAvgChatCount": 0.0,
"dayTotalChatCount": 0,
"dayAvgChatCount": 0.0
}
],
"code": 200,
"msg": "查询成功"
}