mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2025-12-06 16:03:25 +08:00
【新增】增加微信小程序私域直播功能。增加后台开关
This commit is contained in:
@@ -889,6 +889,12 @@ namespace CoreCms.Net.Configuration
|
||||
public static readonly string ContinuousCheckInPeriodType = "continuousCheckInPeriodType";
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 显示直播入口
|
||||
/// </summary>
|
||||
public static readonly string ShowLiveBroadCast = "showLiveBroadCast";
|
||||
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
@@ -256,6 +256,11 @@ namespace CoreCms.Net.Configuration
|
||||
di.Add(SystemSettingConstVars.CheckInCommonType, new DictionaryKeyValues() { sKey = "签到赠送类型", sValue = GlobalEnumVars.CheckInCommonType.积分.ToString() });
|
||||
di.Add(SystemSettingConstVars.ContinuousCheckInPeriodType, new DictionaryKeyValues() { sKey = "连续签到周期", sValue = GlobalEnumVars.ContinuousCheckInPeriodType.不限.ToString() });
|
||||
|
||||
//小程序直播
|
||||
di.Add(SystemSettingConstVars.ShowLiveBroadCast, new DictionaryKeyValues() { sKey = "显示小程序直播入口", sValue = "2" });
|
||||
|
||||
|
||||
|
||||
return di;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user