{
"type": "管理员奖惩"
}
curl --location --request POST '/myauth/web/delAlog' \
--header 'token: 123' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": "管理员奖惩"
}'
{
"code": 200,
"success": true,
"msg": "成功删除 2 条日志",
"sign": "",
"result": null,
"timestamp": 1646927634751
}