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