mirror of
https://gitee.com/XM-GO/PandaX.git
synced 2026-04-24 03:18:35 +08:00
任务,通知功能完成
This commit is contained in:
@@ -30,7 +30,7 @@ func InitNoticeRouter(router *gin.RouterGroup) {
|
||||
})
|
||||
|
||||
deleteNoticeLog := ctx.NewLogInfo("删除通知信息")
|
||||
notice.DELETE(":postId", func(c *gin.Context) {
|
||||
notice.DELETE(":noticeId", func(c *gin.Context) {
|
||||
ctx.NewReqCtxWithGin(c).WithLog(deleteNoticeLog).Handle(s.DeleteNotice)
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user