feat:完善项目信息

This commit is contained in:
henry
2022-01-21 10:14:56 +08:00
parent c4c9074a41
commit dda20eb011
8 changed files with 170 additions and 23 deletions

View File

@ -137,6 +137,8 @@ func registerAPI(app *gin.Engine) {
technologyV1.POST("/demand/detail", _api.DemandDetail)
technologyV1.POST("/achievement", _api.Achievement)
technologyV1.POST("/achievement/detail", _api.AchievementDetail)
technologyV1.POST("/product", _api.Product)
technologyV1.POST("/product/detail", _api.ProductDetail)
}
}