Merge branch 'refs/heads/feat-login-website'

This commit is contained in:
junleea 2025-05-17 14:03:12 +08:00
commit 55f4546cf9
1 changed files with 1 additions and 0 deletions

View File

@ -626,6 +626,7 @@ func LoginOAuth(c *gin.Context) {
resp.Code = proto.SuccessCode resp.Code = proto.SuccessCode
resp.Message = "success" resp.Message = "success"
resp.Data = status resp.Data = status
worker.DelRedis(uuid) //删除uuid,只能查一次
c.JSON(200, resp) c.JSON(200, resp)
} }