@@ -32,7 +32,7 @@ func main() {
}))
r.Use(gin.Recovery())
routers.Init(r)
r.Run()
r.Run(":8999")
}
// 中间件,处理session
func session(keyPairs string) gin.HandlerFunc {
The note is not visible to the blocked user.