feat:完善信息

This commit is contained in:
henry
2022-01-23 22:59:11 +08:00
parent 5e328ab2da
commit 79c5cbfe74
9 changed files with 340 additions and 7 deletions

View File

@ -492,6 +492,9 @@ func registerEnterpriseAPI(app *gin.Engine) {
technologyV1.POST("/demand/add", _api.DemandAdd)
technologyV1.POST("/demand/edit", _api.DemandEdit)
technologyV1.POST("/demand/delete", _api.DemandDelete)
technologyV1.POST("/demand/service", _api.DemandService)
technologyV1.POST("/demand/service/detail", _api.DemandServiceDetail)
technologyV1.POST("/demand/service/handle", _api.DemandServiceHandle)
technologyV1.POST("/topic", _api.Topic)
technologyV1.POST("/topic/add", _api.TopicAdd)
technologyV1.POST("/topic/edit", _api.TopicEdit)