**Describe the bug** // RouteNotFound 未找到相关路由 func RouteNotFound(c *gin.Context) { c.String(http.StatusNotFound, "the route not found") } 不是json打印日志的时候解析报错 **To Reproduce** Steps to reproduce the behavior: 1.修改RouteNotFound方法
Describe the bug
// RouteNotFound 未找到相关路由
func RouteNotFound(c *gin.Context) {
c.String(http.StatusNotFound, "the route not found")
}
不是json打印日志的时候解析报错
To Reproduce
Steps to reproduce the behavior:
1.修改RouteNotFound方法