curl --location --request GET '/c7-repomanage/repair-report-fee?pageIndex=1&pageSize=10&repairId=id&startDate=N&endDate=N'
{
"code": 10000,
"message": "success",
"data": {
"repairId": "string",
"date": "string",
"name": "string",
"telephone": "string",
"location": "string",
"expectfee": "string",
"actualfee": "string"
}
}