From cf37fac963a7565b407594073a19b7b78baa718e Mon Sep 17 00:00:00 2001 From: junleea <354425203@qq.com> Date: Sun, 27 Apr 2025 10:14:21 +0800 Subject: [PATCH] =?UTF-8?q?github=E5=9B=9E=E8=B0=83=E4=BF=A1=E6=81=AF?= =?UTF-8?q?=E5=AE=8C=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- handler/tool.go | 1 + 1 file changed, 1 insertion(+) diff --git a/handler/tool.go b/handler/tool.go index 7bc3552..5737a08 100644 --- a/handler/tool.go +++ b/handler/tool.go @@ -762,6 +762,7 @@ func GetThirdPartyAuthUrl(c *gin.Context) { resp.Message = "success" resp.Code = proto.SuccessCode resp.Data = respUrl + c.JSON(http.StatusOK, resp) } type GetThirdPartyAddAuthUrlReq struct {