{
"hash":"0c66e558210ea9e9ee2ce3fe76827ddf",
"offset":0,
"limit":20
}
curl --location --request POST '/api/v1/complaint/node/query' \
--header 'Content-Type: application/json' \
--data-raw '{
"hash":"0c66e558210ea9e9ee2ce3fe76827ddf",
"offset":0,
"limit":20
}'
{
"code": 0,
"data": {
"complaint": [
{
"ID": 18,
"CreatedAt": "2023-03-01T17:40:49.981+08:00",
"UpdatedAt": "2023-03-01T17:40:49.981+08:00",
"DeletedAt": null,
"title": "视频相关投诉",
"body": "画质差,不清晰",
"reply": "",
"state": "wait",
"manager": "fxhj3210",
"accusers": "0c66e558210ea9e9ee2ce3fe76827ddf",
"environment": "视频ID:47828",
"remark": ""
}
],
"totalCount": 1
},
"msg": ""
}