@@ -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
+ }
}
//日志配置
{