郑永安
2023-09-04 c03cfd052348f0f83655b942e1564597da301ec1
src/main/java/com/gk/hotwork/Controller/AttachmentController.java
@@ -79,7 +79,7 @@
    @ApiImplicitParams({
            @ApiImplicitParam(name = "id",value = "文件id")
    })
    @DeleteMapping("/delete/{id}")
    @GetMapping("/delete/{id}")
    public Msg delete(@PathVariable Long id) {
        Msg msg = new Msg();
        msg.setCode("200");