feat:完善信息

This commit is contained in:
henry
2022-01-24 10:01:39 +08:00
parent 79c5cbfe74
commit 26271bfeff
7 changed files with 177 additions and 3 deletions

View File

@ -374,6 +374,8 @@ func registerAdminAPI(app *gin.Engine) {
technology.POST("/demand/examine", _api.DemandExamine)
technology.POST("/demand/detail", _api.DemandDetail)
technology.POST("/demand/delete", _api.DemandDelete)
technology.POST("/project", _api.Project)
technology.POST("/project/delete", _api.ProjectDelete)
}
// Activity 活动管理
activity := v1.Group("/activity")