Browse Source

Merge branch 'pool/haitong' into debug

Roc 7 months ago
parent
commit
386e1cf449
1 changed files with 3 additions and 0 deletions
  1. 3 0
      utils/config.go

+ 3 - 0
utils/config.go

@@ -210,6 +210,9 @@ func init() {
 		WxAppSecretHt = config["wx_ht_app_secret"]
 		// WxHtAppId 海通小程序
 		WxHtAppId = config["wx_ht_miniprogram_appid"]
+		if WxAppIdHt != "" && WxAppSecretHt != "" {
+			WxAppList[WxAppIdHt] = WxAppSecretHt
+		}
 	}
 	//日志配置
 	{