curl --location --request POST 'http://localhost:18080/yya/offloadingWisdom/getEvaluateList?codeList&dateType&areaName&owner_name&waybill_code&key'
{
"error": 0,
"script": null,
"data": {
"records": [
{
"waybill_code": "string",
"owner_name": "string",
"business_code": "string",
"remark": null,
"grade": 0,
"grade_descr": "string",
"appraise_time": "string",
"create_time": "string",
"update_time": null
}
],
"Page": {
"pageCount": 0,
"totalSize": 0,
"pageNo": 0,
"pageSize": 0
}
},
"success": true
}