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