mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2025-12-06 17:03:27 +08:00
# 2022-03-14
### 1.3.9 开源社区版: 【修复】修复BaseRepository数据交互层仓储SqlWith.NoLock使用方式异常的问题。 ### 0.2.8 专业版: 【新增】增加日历签到功能。实现通过日历签到获得积分,余额。【非破坏性无缝增加功能】 【新增】增加“连续签到周期”定时任务,用于根据后台的设置,实时重置清零用户连续签到计数。 【修复】修复BaseRepository数据交互层仓储SqlWith.NoLock使用方式异常的问题。
This commit is contained in:
@@ -779,5 +779,40 @@ namespace CoreCms.Net.Configuration
|
||||
public static readonly string IntraCityServiceBy20KM = "intraCityServiceBy20KM";
|
||||
|
||||
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 是否开启签到
|
||||
/// </summary>
|
||||
public static readonly string CheckInIsOpen = "checkInIsOpen";
|
||||
|
||||
/// <summary>
|
||||
/// 是否签到提醒
|
||||
/// </summary>
|
||||
public static readonly string CheckInIsAlert = "checkInIsAlert";
|
||||
|
||||
/// <summary>
|
||||
/// 签到提醒时间
|
||||
/// </summary>
|
||||
public static readonly string CheckInAlertTime = "checkInAlertTime";
|
||||
|
||||
/// <summary>
|
||||
/// 普通签到赠送
|
||||
/// </summary>
|
||||
public static readonly string CheckInCommonNum = "checkInCommonNum";
|
||||
|
||||
/// <summary>
|
||||
/// 普通签到赠送类型
|
||||
/// </summary>
|
||||
public static readonly string CheckInCommonType = "checkInCommonType";
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 连续签到周期
|
||||
/// </summary>
|
||||
public static readonly string ContinuousCheckInPeriodType = "continuousCheckInPeriodType";
|
||||
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user