Browse Source

修复微信登录

kobe6258 3 months ago
parent
commit
806052896d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      common/component/wechat/wechat_client.go

+ 1 - 1
common/component/wechat/wechat_client.go

@@ -15,7 +15,7 @@ import (
 )
 
 const (
-	baseURL = "https://api.weixin.qq.com1"
+	baseURL = "https://api.weixin.qq.com"
 	codeAPI = "/sns/jscode2session"
 )
 const (