github回调信息完成
This commit is contained in:
parent
7c5ee9c48e
commit
cf37fac963
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue