{
"point": 1,
"afterPoint": 2,
"seconds": 1,
"afterSeconds": 2,
"fromUser": "阿萨德",
"addTime": 123123,
"fromEventId": 1,
"fromSoftId": 2,
"fromVerId": 3,
"remark": "阿萨德"
}
curl --location --request POST '/myauth/web/delPlog' \
--header 'token: 123' \
--header 'Content-Type: application/json' \
--data-raw '{
"point": 1,
"afterPoint": 2,
"seconds": 1,
"afterSeconds": 2,
"fromUser": "阿萨德",
"addTime": 123123,
"fromEventId": 1,
"fromSoftId": 2,
"fromVerId": 3,
"remark": "阿萨德"
}'
{
"code": 200,
"success": true,
"msg": "成功删除 18 条日志",
"sign": "",
"result": null,
"timestamp": 1646318385151
}