[
0
]
curl --location --request DELETE '/devices/batch' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '[
0
]'
{
"code": 200,
"message": "成功删除5台设备,2台设备删除失败",
"data": {
"totalCount": 0,
"successCount": 0,
"failedCount": 0,
"failedItems": [
0
]
}
}