feat:完善项目信息

This commit is contained in:
henry
2022-01-21 16:52:08 +08:00
parent adb5bd7283
commit bdb570d19a
14 changed files with 328 additions and 175 deletions

View File

@ -309,6 +309,8 @@ func registerAdminAPI(app *gin.Engine) {
manage.POST("/laboratory/edit", _api.LaboratoryForm)
manage.POST("/laboratory/detail", _api.LaboratoryDetail)
manage.POST("/laboratory/examine", _api.LaboratoryExamine)
manage.POST("/enterprise", _api.Enterprise)
manage.POST("/enterprise/delete", _api.EnterpriseDelete)
}
// Service 服务管理
service := v1.Group("/service")