gin-重定向

重定向其他网址

r.GET("/name/:id",func(c *gin.Context){
c.Redirect(http.StatusMovedPermanently,"http://phaser.io/tutorials/making-your-first-phaser-3-game-chinese/part3")
})

重定向其他路由

你可能感兴趣的:(gin-重定向)