【新增】增加售后审核通过后,积分返还机制的队列实现,取消原有积分统一返还机制。

This commit is contained in:
大灰灰
2022-08-12 01:57:18 +08:00
parent e34dff3f64
commit be6fa211be
7 changed files with 182 additions and 13 deletions

View File

@@ -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;