{
"id": 0,
"custName": "string",
"custIdentity": "string",
"evaluateAddress": "string",
"insuAdmdvs": "string",
"evaluateResult": "string",
"pageNum": 1,
"pageSize": 10,
"materialsAttatchReqList": [
{
"evaluateId": 0,
"attatchType": 0,
"parentAttatchType": 0,
"fileUrl": "string",
"fileName": "string"
}
],
"attatchMap": {
"key": [
{
"id": 0,
"evaluateId": 0,
"attatchType": 0,
"parentAttatchType": 0,
"fileUrl": "string",
"fileName": "string",
"createTime": "string"
}
]
}
}
curl --location --request POST '/ltc/evaluateMaterials/evaluateMaterialPage' \
--header 'token: OUumDjnlEZ4wItETxOqrqe2zJFtEB2Ltf0OzBwTkcDdpk8kMsHzVrFRetMEawiR9' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"custName": "string",
"custIdentity": "string",
"evaluateAddress": "string",
"insuAdmdvs": "string",
"evaluateResult": "string",
"pageNum": 1,
"pageSize": 10,
"materialsAttatchReqList": [
{
"evaluateId": 0,
"attatchType": 0,
"parentAttatchType": 0,
"fileUrl": "string",
"fileName": "string"
}
],
"attatchMap": {
"key": [
{
"id": 0,
"evaluateId": 0,
"attatchType": 0,
"parentAttatchType": 0,
"fileUrl": "string",
"fileName": "string",
"createTime": "string"
}
]
}
}'
{
"success": false,
"code": "",
"message": "",
"data": {
"records": [
{
"id": 0,
"custName": "",
"custIdentity": "",
"sex": "",
"age": 0,
"evaluateAddress": "",
"insuAdmdvs": "",
"insuAdmdvsStr": "",
"evaluateResult": "",
"attatchCount": 0,
"attatchList": [
{
"id": 0,
"evaluateId": 0,
"attatchType": 0,
"parentAttatchType": 0,
"fileUrl": "",
"fileName": "",
"createTime": ""
}
],
"attatchMap": {
"0": [
{
"id": 0,
"evaluateId": 0,
"attatchType": 0,
"parentAttatchType": 0,
"fileUrl": "",
"fileName": "",
"createTime": ""
}
]
}
}
],
"total": 0,
"size": 0,
"current": 0,
"orders": [
{
"column": "",
"asc": false
}
],
"optimizeCountSql": false,
"isSearchCount": false,
"hitCount": false,
"countId": "",
"maxLimit": 0,
"searchCount": false,
"pages": 0,
"ascs": [
""
],
"asc": [
""
],
"descs": [
""
],
"desc": [
""
]
}
}