Browse Source

fix:修改配置

zqbao 9 months ago
parent
commit
1eaee0d0e0
1 changed files with 2 additions and 2 deletions
  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"]