feat:完善信息

This commit is contained in:
henry
2021-10-18 11:57:12 +08:00
parent 282448ab6e
commit fdda4b0209
6 changed files with 316 additions and 0 deletions

View File

@ -142,5 +142,9 @@ func registerEnterpriseAPI(app *gin.Engine) {
technology.POST("/demand/add", _api.DemandAdd)
technology.POST("/demand/edit", _api.DemandEdit)
technology.POST("/demand/delete", _api.DemandDelete)
technology.POST("/topic", _api.Topic)
technology.POST("/topic/add", _api.TopicAdd)
technology.POST("/topic/edit", _api.TopicEdit)
technology.POST("/topic/delete", _api.TopicDelete)
}
}