dyh-service/dyh-sys/src/main/java/cn/huge/module/file/controller/web/FileInfoWebController.java
@@ -286,7 +286,7 @@ * @return Object * @url {ctx}/api/web/fileInfo/deleteFileById?id= */ @DeleteMapping("/deleteFileByIds") @GetMapping("/deleteFileByIds") public Object deleteFileByIds(@RequestParam(value = "ids") String ids) { try { String[] id = ids.split(",");