curl --location --request POST 'http://23.99.10.157:18080/yya/onlineCarHailing/getEvaluateList?pageIndex&pageSize&可选查询参数&code&service_score&driver_score&vehicle_score&detail&org_name'
{
"success": true,
"script": null,
"data": {
"records": [
{
"id": "string",
"company_id": "string",
"code": "string",
"evaluate_time": "string",
"service_score": "string",
"driver_score": "string",
"vehicle_score": "string",
"detail": "string",
"org_name": null
}
],
"Page": {
"pageCount": 0,
"totalSize": 0,
"pageNo": 0,
"pageSize": 0
}
},
"error": 0
}