{
"data": {
"requestTimeStart": "2024-10-14 10:46:47",
"requestTimeEnd": "2024-10-14 10:46:47",
"project": "goforward-yilu",
"type": "心跳",
"mac": "xxxxxx",
"success": 0,
"httpStatus": "200",
"address": "192.168.20.48",
"currentPage": 1,
"pageSize": 10
}
}
curl --location --request POST 'http://localhost:8888/FrankManager/ck/forwardLog/queryRecords' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": {
"requestTimeStart": "2024-10-14 10:46:47",
"requestTimeEnd": "2024-10-14 10:46:47",
"project": "goforward-yilu",
"type": "心跳",
"mac": "xxxxxx",
"success": 0,
"httpStatus": "200",
"address": "192.168.20.48",
"currentPage": 1,
"pageSize": 10
}
}'
{}