feat:完善信息
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user