{
"taskName":"",
"ruleName":""
}
curl --location --request POST 'http://localhost:8080/kk/chatTaskObservation/selectChatTaskObservationSlice' \
--header 'token;' \
--header 'Content-Type: application/json' \
--data-raw '{
"taskName":"",
"ruleName":""
}'
{
"total": 1,
"data": [
{
"id": 1,
"taskName": "001",
"teamSize": 30,
"groupName": "sub-yhgp-分组1",
"ruleName": "sub-hlgz-1",
"createTime": "2024-04-18 00:38:11",
"state": "1",
"accountsNum": 9,
"deathAccountsNum": 7,
"deathRatio": 78.0,
"hourTotalChatCount": 0,
"hourAvgChatCount": 0.0,
"dayTotalChatCount": 0,
"dayAvgChatCount": 0.0
}
],
"code": 200,
"msg": "查询成功"
}