{
"taskName":"",
"ruleName":""
}
curl --location --request POST 'http://localhost:8080/kk/chatTaskObservation/selectChatTaskObservation' \
--header 'token;' \
--header 'Content-Type: application/json' \
--data-raw '{
"taskName":"",
"ruleName":""
}'
{
"total": 0,
"data": [
{
"id": 0,
"taskName": "string",
"teamSize": 0,
"groupName": "string",
"ruleName": "string",
"createTime": "string",
"state": "string",
"accountsNum": 0,
"deathAccountsNum": 0,
"deathRatio": 0,
"totalChatCount": 0,
"avgChatCount": 0,
"cumulativeChatCount": 0
}
],
"code": 0,
"msg": "string"
}