package service import "github.com/gin-gonic/gin" // Login 登录或注册 func Login(ctx *gin.Context) { } func Register() { }