{
"pageNo": 0,
"pageSize": 0,
"condition": [
{
"field": "string",
"operation": "string",
"value": "string"
}
]
}
curl --location --request POST 'http://127.0.0.1:8758/snc-settle/OperateLog/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": 3,
"pageData": [
{
"createtime": "2024-04-18 14:17:41",
"creator": "system",
"flag": 10,
"entid": "1",
"modifytime": "2024-04-18 14:17:41",
"modifier": "system",
"flagname": "提交",
"remark": "CA确认函提交",
"modifiername": "system",
"sheetid": "CA20240418006",
"sheettype": "20240417",
"creatorname": "system",
"dbsplitcode": "1",
"id": "568802393471332352"
},
{
"createtime": "2024-04-18 14:20:26",
"creator": "system",
"flag": 20,
"entid": "1",
"modifytime": "2024-04-18 14:20:26",
"modifier": "system",
"flagname": "确认",
"remark": "CA确认函确认",
"modifiername": "system",
"sheetid": "CA20240418006",
"sheettype": "20240417",
"creatorname": "system",
"dbsplitcode": "1",
"id": "568803085762179072"
},
{
"createtime": "2024-04-18 14:23:15",
"creator": "system",
"flag": 30,
"entid": "1",
"modifytime": "2024-04-18 14:23:15",
"modifier": "system",
"flagname": "审核",
"remark": "通过",
"modifiername": "system",
"sheetid": "CA20240418006",
"sheettype": "20240417",
"creatorname": "system",
"dbsplitcode": "1",
"id": "568803793471287296"
}
]
},
"message": "",
"traceId": "",
"now": "2024-04-18 14:26:40"
}