curl --location --request GET '/c7-repomanage/dissatisfied-repair/query?pageIndex=1&pageSize=10&community_id=community_id&start_date=yyyy-mm-dd&end_date=yyyy-mm-dd'
{
"code": 10000,
"message": "success",
"data": {
"pageIndex": 1,
"pageSize": 5,
"total": 0,
"pages": 0,
"rows": []
}
}