{
"image": "4555.png",
"name": "中国风2222",
"sort": 10,
"status": 1,
"id": 28
}curl --location --request POST '/adminapi/music.musicStyle/edit' \
--header 'token: {{admin-token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"image": "4555.png",
"name": "中国风2222",
"sort": 10,
"status": 1,
"id": 28
}'{"code":1,"show":1,"msg":"修改成功","data":[]}