{ "ids": [ 0 ] }
curl --location '/adminapi/write.service/del' \ --header 'token;' \ --header 'Content-Type: application/json' \ --data '{ "ids": [ 0 ] }'
{"code":1,"show":1,"msg":"删除成功","data":[]}