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 {