{
"id": [
0
]
}curl --location --request POST '/adminapi/music.musicRecord/del' \
--header 'token: {{admin-token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": [
0
]
}'{"code":1,"show":1,"msg":"操作成功","data":[]}