github回调信息完成

This commit is contained in:
junleea 2025-04-27 10:14:21 +08:00
parent 7c5ee9c48e
commit cf37fac963
1 changed files with 1 additions and 0 deletions

View File

@ -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 {