{
"title": "测试!!!",
"operationType": "测试用例",
"requestMethod": "post",
"requestUrl": "/system/log/findPager",
"method": "findPager",
"requestParam": "{'title': '1'}",
"status": "0",
"responseResult": "{'data': true}",
"errorMsg": "",
"takeTime": "100",
"operTime": "2025-07-07 00:00:00"
}
curl --location --request POST '/system/log/sendLog' \
--header 'Authorization: {{authorization}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"title": "测试!!!",
"operationType": "测试用例",
"requestMethod": "post",
"requestUrl": "/system/log/findPager",
"method": "findPager",
"requestParam": "{'\''title'\'': '\''1'\''}",
"status": "0",
"responseResult": "{'\''data'\'': true}",
"errorMsg": "",
"takeTime": "100",
"operTime": "2025-07-07 00:00:00"
}'
{
"success": true,
"code": null,
"msg": "日志添加成功",
"token": null,
"data": null,
"params": null
}