feat:完善项目信息

This commit is contained in:
henry
2022-01-11 14:54:20 +08:00
parent 8006d57506
commit 72c2cb091d
15 changed files with 299 additions and 38 deletions

View File

@ -263,6 +263,8 @@ func registerAdminAPI(app *gin.Engine) {
service.POST("/solution_case/kind/add", _api.SolutionCaseKindForm)
service.POST("/solution_case/kind/edit", _api.SolutionCaseKindForm)
service.POST("/solution_case/kind/delete", _api.SolutionCaseKindDelete)
service.POST("/message", _api.Message)
service.POST("/message/handle", _api.MessageHandle)
}
// Logs 日志管理
log := v1.Group("/log")