mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2025-12-06 18:43:26 +08:00
【新增】增加售后审核通过后,积分返还机制的队列实现,取消原有积分统一返还机制。
This commit is contained in:
@@ -380,6 +380,11 @@ namespace CoreCms.Net.Configuration
|
||||
/// </summary>
|
||||
public const string AfterSalesReview = "AfterSalesReview";
|
||||
|
||||
/// <summary>
|
||||
/// 售后审核通过后积分处理
|
||||
/// </summary>
|
||||
public const string AfterSalesReviewForPoint = "AfterSalesReviewForPoint";
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 日志队列
|
||||
|
||||
Reference in New Issue
Block a user