【新增】增加微信小程序私域直播功能。增加后台开关

This commit is contained in:
JIANWEIE-WORKPC\Administrator
2023-03-01 16:22:48 +08:00
parent e5364b725e
commit 3c9a8478e8

View File

@@ -109,6 +109,7 @@ namespace CoreCms.Net.Web.WebApi.Controllers
var showGroupBuying = CommonHelper.GetConfigDictionary(allConfigs, SystemSettingConstVars.ShowGroupBuying).ObjectToInt(2); //显示团购按钮
var showSolitaire = CommonHelper.GetConfigDictionary(allConfigs, SystemSettingConstVars.ShowSolitaire).ObjectToInt(2); //显示接龙按钮
var showCalendar = CommonHelper.GetConfigDictionary(allConfigs, SystemSettingConstVars.ShowCalendar).ObjectToInt(2); //显示签到按钮
var showLiveBroadCast = CommonHelper.GetConfigDictionary(allConfigs, SystemSettingConstVars.ShowLiveBroadCast).ObjectToInt(2); //显示小程序直播入口
var showIndexPopupWindow = CommonHelper.GetConfigDictionary(allConfigs, SystemSettingConstVars.ShowIndexPopupWindow).ObjectToInt(2); //显示首页弹窗
var indexPopupWindowImageUrl = CommonHelper.GetConfigDictionary(allConfigs, SystemSettingConstVars.IndexPopupWindowImageUrl); //首页弹窗图片地址
@@ -249,7 +250,8 @@ namespace CoreCms.Net.Web.WebApi.Controllers
showIndexPopupWindow,
indexPopupWindowImageUrl,
indexPopupWindowHrefUrl,
showCustomForm
showCustomForm,
showLiveBroadCast
};
jm.data = model;
return jm;