{
"pageNo": 0,
"pageSize": 0,
"condition": [
{
"field": "string",
"operation": "string",
"value": "string"
}
]
}
curl --location --request POST 'http://127.0.0.1:8758/snc-settle/caConfirmationLetterFile/search' \
--header 'Ssotoken: {{accessToken}}' \
--header 'x-timestamp: 1713748800833' \
--header 'x-signature: KUXSucUrpWVx4Cjfq8XNig7l3yKhqLycqDMoJhHJpPU=' \
--header 'x-app-id: sncsit' \
--header 'Content-Type: application/json' \
--data-raw '{
"pageNo": 0,
"pageSize": 0,
"condition": [
{
"field": "string",
"operation": "string",
"value": "string"
}
]
}'
{
"returncode": "0",
"data": {
"pageNo": 1,
"pageSize": 10000,
"pageCount": 1,
"total": 2,
"pageData": [
{
"createtime": "2024-04-18 14:03:58",
"creator": "system",
"fileName": "fileName",
"entid": "1",
"modifytime": "2024-04-18 14:03:58",
"modifier": "system",
"remark": "测试保存",
"modifiername": "system",
"sheetId": "CA20240418005",
"creatorname": "system",
"dbsplitcode": "1",
"fileUrl": "fileUrl",
"id": "568798942729351168",
"fileId": "文件ID"
},
{
"createtime": "2024-04-18 14:05:31",
"creator": "system",
"fileName": "fileName",
"entid": "1",
"modifytime": "2024-04-18 14:05:31",
"modifier": "system",
"remark": "测试保存",
"modifiername": "system",
"sheetId": "CA20240418005",
"creatorname": "system",
"dbsplitcode": "1",
"fileUrl": "fileUrl",
"id": "568799331268702208",
"fileId": "文件ID"
}
]
},
"message": "",
"traceId": "",
"now": "2024-04-18 14:14:19"
}