diff --git a/handler/user.go b/handler/user.go index acaae34..0c3fa1a 100644 --- a/handler/user.go +++ b/handler/user.go @@ -563,6 +563,7 @@ func LoginOAuth(c *gin.Context) { resp.Code = proto.SuccessCode resp.Message = "success" resp.Data = status + worker.DelRedis(uuid) //删除uuid,只能查一次 c.JSON(200, resp) }