{
"ids": [
"string"
]
}
curl --location --request POST 'http://localhost:3000/api/admin/article/delAll' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"ids": [
"string"
]
}'
{
"code": 200,
"message": "删除成功"
}