feat:完善项目信息

This commit is contained in:
henry
2021-12-24 12:00:18 +08:00
parent ebf74435ef
commit f654b0a4f0
9 changed files with 248 additions and 17 deletions

View File

@ -73,6 +73,8 @@ func registerAPI(app *gin.Engine) {
manageV1.POST("/search", _api.Search)
manageV1.POST("/company", _api.Company)
manageV1.POST("/company/product", _api.CompanyProduct)
manageV1.POST("/expert", _api.Expert)
manageV1.POST("/expert/achievement", _api.ExpertAchievement)
}
//Technology 技术信息管理
technologyV1 := v1.Group("/technology")