feat:完善项目

This commit is contained in:
henry
2022-01-17 16:56:07 +08:00
parent 8385800662
commit 8a97ec40d3
8 changed files with 240 additions and 12 deletions

View File

@ -73,6 +73,7 @@ func registerAPI(app *gin.Engine) {
sysV1.GET("/agreement/detail", _api.AgreementDetail)
sysV1.POST("/about", _api.About)
sysV1.GET("/about/navigation", _api.AboutNavigation)
sysV1.GET("/industry", _api.Industry)
}
// Docking 对接信息管理
dockingV1 := v1.Group("/docking")