feat:完善项目

This commit is contained in:
henry
2022-01-15 15:20:59 +08:00
parent c5fb6023f3
commit 57daf5119d
7 changed files with 201 additions and 8 deletions

View File

@ -316,6 +316,9 @@ func registerAdminAPI(app *gin.Engine) {
technology.POST("/patent/ipc/add", _api.PatentIPCForm)
technology.POST("/patent/ipc/edit", _api.PatentIPCForm)
technology.POST("/patent/ipc/delete", _api.PatentIPCDelete)
technology.POST("/paper", _api.Paper)
technology.POST("/paper/detail", _api.PaperDetail)
technology.POST("/paper/delete", _api.PaperDelete)
}
// Activity 活动管理
activity := v1.Group("/activity")