xiexiaoyuan há 2 anos atrás
pai
commit
b2f30eb66d
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      services/wechat/wechat.go

+ 1 - 1
services/wechat/wechat.go

@@ -76,7 +76,7 @@ func GetWxChat() (officialAccount *officialaccount.OfficialAccount) {
 	memory := cache.NewMemory()
 	conf := &config.Config{
 		AppID:          WxAppId,
-		AppSecret:      WxAppId,
+		AppSecret:      WxAppSecret,
 		Token:          "",
 		EncodingAESKey: "",
 		Cache:          memory,