🎨 新增公告通知模块
This commit is contained in:
9
router/notice/enter.go
Normal file
9
router/notice/enter.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package notice
|
||||
|
||||
import api "git.echol.cn/loser/lckt/api/v1"
|
||||
|
||||
type RouterGroup struct{ NoticeRouter }
|
||||
|
||||
var (
|
||||
notApi = api.ApiGroupApp.NoticeApiGroup.NoticeApi
|
||||
)
|
||||
Reference in New Issue
Block a user