能否支持下NoRoute设置 ``` r.NoRoute(func(c *gin.Context) { c.JSON(404, gin.H{ "status": "404", "message": "Not Found.", }) }) ```