{
"id": [
28,29
]
}curl --location --request POST '/adminapi/music.musicStyle/del' \
--header 'token: {{admin-token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": [
28,29
]
}'{"code":1,"show":1,"msg":"删除成功","data":[]}