diff --git a/app/services/wecaht.go b/app/services/wecaht.go index 945d7f4..7797b3a 100644 --- a/app/services/wecaht.go +++ b/app/services/wecaht.go @@ -18,7 +18,7 @@ import ( func GetWxAuthUrl(param front.GetWxAuthUrlRequest) (targetUrl string, code int) { var ( // 重定向地址 - redirectUri = config.GetConf().PayService.Host + common.FRONT_V1 + "/wx/getOpenId" + redirectUri = config.GetConf().PayService.Host + common.FRONT_V1 + "/wx/getWxAuth" ) baseUrl := "https://open.weixin.qq.com/connect/oauth2/authorize"