@ -12,7 +12,6 @@ import (
func Login(ctx *gin.Context) {
DB := common.GetDB()
// 获取参数
name := ctx.Query("name")
telephone := ctx.Query("telephone")
password := ctx.Query("password")