kobe6258 4 månader sedan
förälder
incheckning
0a3e7d9786
1 ändrade filer med 1 tillägg och 1 borttagningar
  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 (