package mw import ( "github.com/gin-gonic/gin" ) // 检查权限, 签名等等 func Auth(c *gin.Context) { }