@@ -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,