• 不使用默认的中间件

    不使用默认的中间件

    使用

    1. r := gin.New()

    代替

    1. // Default 使用 Logger 和 Recovery 中间件
    2. r := gin.Default()