From 5c32d7416500196c4899d02215fff3c77eba4c2d Mon Sep 17 00:00:00 2001 From: wolter Date: Fri, 6 Dec 2024 16:02:22 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=BE=AE=E4=BF=A1=E6=94=AF=E4=BB=98fix?= =?UTF-8?q?1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/services/wecaht.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"