{
"pageNo": 0,
"pageSize": 0,
"params": {
"outNo": "string",
"no": 0,
"supplierName": "string",
"brandName": "string",
"conplainConfirm": 0,
"startDate": "string",
"endDate": "string"
}
}curl --location --request POST '/api/product/car/out/info/list' \
--header 'Content-Type: application/json' \
--data-raw '{
"pageNo": 0,
"pageSize": 0,
"params": {
"outNo": "string",
"no": 0,
"supplierName": "string",
"brandName": "string",
"conplainConfirm": 0,
"startDate": "string",
"endDate": "string"
}
}'{
"success": false,
"errCode": "",
"errMsg": "",
"traceId": "",
"data": {
"records": [
{
"outNo": "",
"value": "",
"no": 0,
"supplierName": "",
"brandName": "",
"cancelFee": "",
"status": 0,
"source": "",
"eva": "",
"complain": "",
"estiPrice": "",
"upTime": "",
"conplainConfirm": 0,
"distance": "",
"timeLength": "",
"buyPrice": 0.0,
"dispatchedTime": "",
"billTime": "",
"brandCode": "",
"otherFee": 0.0,
"createTime": "",
"cancelTime": "",
"driverArrTime": "",
"remark": "",
"owner": 0,
"supplierId": ""
}
],
"total": 0,
"current": 0,
"size": 0
}
}