feat:优化信息,增加技术成果搜索
This commit is contained in:
@ -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")
|
||||
|
Reference in New Issue
Block a user