Compare commits
3 Commits
e31b12fd39
...
d09410bee7
Author | SHA1 | Date |
---|---|---|
|
d09410bee7 | |
|
aecbdb60e1 | |
|
6fee8248de |
|
@ -19,6 +19,9 @@ import org.springframework.web.bind.annotation.*;
|
|||
|
||||
import java.util.Objects;
|
||||
|
||||
/**
|
||||
* 发布
|
||||
*/
|
||||
@RestController
|
||||
@RequestMapping("publish")
|
||||
@RequiredArgsConstructor
|
||||
|
@ -68,8 +71,4 @@ public class PublishController {
|
|||
return AjaxResult.success(publishService.removeById(id));
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue