This commit is contained in:
cdle
2021-09-20 17:22:08 +08:00
parent 3609daf720
commit 76badbe9bc
+1 -1
View File
@@ -21,7 +21,7 @@ func init() {
AppID: wxmp.Get("app_id"),
AppSecret: wxmp.Get("app_secret"),
Token: wxmp.Get("token"),
EncodingAESKey: wxmp.Get("encoding_aes_key"),
// EncodingAESKey: wxmp.Get("encoding_aes_key"),
Cache: memory,
}
officialAccount := wc.GetOfficialAccount(cfg)