瀏覽代碼

fix:修改配置

zqbao 9 月之前
父節點
當前提交
1eaee0d0e0
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      utils/config.go

+ 2 - 2
utils/config.go

@@ -86,8 +86,8 @@ func init() {
 	SMS_TPLID = config["sms_tplId"]
 	DesKey = config["des_key"]
 
-	WX_MINI_APPID = config["wx_appid"]
-	WX_MINI_APP_SECRET = config["wx_app_secret"]
+	WX_MINI_APPID = config["wx_mini_appid"]
+	WX_MINI_APP_SECRET = config["wx_mini_app_secret"]
 	DW_WX_Id = config["dw_wx_id"]
 	DW_WX_APPID = config["dw_wx_appid"]
 	DW_WX_APP_SECRET = config["dw_wx_app_secret"]