xiexiaoyuan 2 年之前
父节点
当前提交
b2f30eb66d
共有 1 个文件被更改,包括 1 次插入1 次删除
  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,