mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2025-12-06 16:13:26 +08:00
【新增】增加售后审核通过后,积分返还机制的队列实现,取消原有积分统一返还机制。
This commit is contained in:
@@ -32,7 +32,6 @@ namespace CoreCms.Net.Core.Config
|
||||
m.ConnectionString = AppSettingsConstVars.RedisConfigConnectionString;
|
||||
//对应的订阅者类,需要new一个实例对象,当然你也可以传参,比如日志对象
|
||||
m.ListSubscribe = new List<Type>() {
|
||||
typeof(DemoSubscribe),
|
||||
typeof(OrderAgentOrDistributionSubscribe),
|
||||
typeof(OrderAutomaticDeliverySubscribe),
|
||||
typeof(OrderFinishCommandSubscribe),
|
||||
@@ -45,6 +44,7 @@ namespace CoreCms.Net.Core.Config
|
||||
typeof(WeChatPayNoticeSubscribe),
|
||||
typeof(SendWxTemplateMessageSubscribe),
|
||||
typeof(AfterSalesReviewSubscribe),
|
||||
typeof(AfterSalesReviewForPointSubscribe),
|
||||
};
|
||||
//显示日志
|
||||
m.ShowLog = false;
|
||||
|
||||
Reference in New Issue
Block a user