{ "ids":[2,3] }
curl --location --request POST '/api/v1/deviceConf/delete' \ --header 'Content-Type: application/json' \ --data-raw '{ "ids":[2,3] }'
{ "code": 200, "reason": "SUCCESS", "message": "操作成功", "data": {} }