feat:优化信息,增加技术成果搜索

This commit is contained in:
henry
2021-12-22 17:16:13 +08:00
parent 4743481ef8
commit 8d3e84bef9
8 changed files with 238 additions and 1 deletions

View File

@ -74,6 +74,8 @@ func registerAPI(app *gin.Engine) {
technologyV1.POST("/patent/detail", _api.PatentDetail)
technologyV1.POST("/demand", _api.Demand)
technologyV1.POST("/demand/detail", _api.DemandDetail)
technologyV1.POST("/achievement", _api.Achievement)
technologyV1.POST("/achievement/detail", _api.AchievementDetail)
}
// About 关于我们管理
aboutV1 := v1.Group("/about")