From 6bc3e3ea2f243463621e155cb1bc242ae9d51c2d Mon Sep 17 00:00:00 2001 From: junleea <354425203@qq.com> Date: Sat, 17 May 2025 14:02:59 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=AC=AC=E4=B8=89=E6=96=B9?= =?UTF-8?q?=E7=99=BB=E5=BD=95=E7=9A=84=E8=8E=B7=E5=8F=96=E7=99=BB=E5=BD=95?= =?UTF-8?q?=E4=BF=A1=E6=81=AF=E4=B8=80=E6=AC=A1=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- handler/user.go | 1 + 1 file changed, 1 insertion(+) 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) }