{
"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": 6,
"pageData": [
{
"createtime": "2024-04-18 16:59:24",
"creator": "system",
"flag": 10,
"entid": "1",
"modifytime": "2024-04-18 16:59:24",
"modifier": "system",
"flagname": "提交",
"remark": "OI确认函提交",
"modifiername": "system",
"sheetid": "OI20240418009",
"sheettype": "20240418",
"creatorname": "system",
"dbsplitcode": "1",
"id": "568843089993543680"
},
{
"createtime": "2024-04-18 17:07:01",
"creator": "system",
"flag": 10,
"entid": "1",
"modifytime": "2024-04-18 17:07:01",
"modifier": "system",
"flagname": "审核",
"remark": "审核",
"modifiername": "system",
"sheetid": "OI20240418009",
"sheettype": "20240418",
"creatorname": "system",
"dbsplitcode": "1",
"id": "568845008275255296"
},
{
"createtime": "2024-04-18 17:07:11",
"creator": "system",
"flag": 0,
"entid": "1",
"modifytime": "2024-04-18 17:07:11",
"modifier": "system",
"flagname": "驳回",
"remark": "驳货",
"modifiername": "system",
"sheetid": "OI20240418009",
"sheettype": "20240418",
"creatorname": "system",
"dbsplitcode": "1",
"id": "568845048687374336"
},
{
"createtime": "2024-04-18 17:08:00",
"creator": "system",
"flag": 10,
"entid": "1",
"modifytime": "2024-04-18 17:08:00",
"modifier": "system",
"flagname": "提交",
"remark": "OI确认函提交",
"modifiername": "system",
"sheetid": "OI20240418009",
"sheettype": "20240418",
"creatorname": "system",
"dbsplitcode": "1",
"id": "568845252782206976"
},
{
"createtime": "2024-04-18 17:08:18",
"creator": "system",
"flag": 10,
"entid": "1",
"modifytime": "2024-04-18 17:08:18",
"modifier": "system",
"flagname": "审核",
"remark": "OI确认函审核",
"modifiername": "system",
"sheetid": "OI20240418009",
"sheettype": "20240418",
"creatorname": "system",
"dbsplitcode": "1",
"id": "568845329781239808"
},
{
"createtime": "2024-04-18 17:08:54",
"creator": "system",
"flag": 30,
"entid": "1",
"modifytime": "2024-04-18 17:08:54",
"modifier": "system",
"flagname": "确认",
"remark": "OI确认函确认",
"modifiername": "system",
"sheetid": "OI20240418009",
"sheettype": "20240418",
"creatorname": "system",
"dbsplitcode": "1",
"id": "568845480902012928"
}
]
},
"message": "",
"traceId": "",
"now": "2024-04-18 17:25:54"
}