mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2025-12-06 16:13:26 +08:00
【修复】修复拼团失败退款失效的问题。
This commit is contained in:
@@ -29,6 +29,7 @@ namespace CoreCms.Net.Core.Config
|
||||
//对应的订阅者类,需要new一个实例对象,当然你也可以传参,比如日志对象
|
||||
m.ListSubscribe = new List<Type>() {
|
||||
typeof(MessagePushSubscribe),
|
||||
typeof(RefundSubscribe),
|
||||
typeof(OrderAgentOrDistributionSubscribe),
|
||||
typeof(OrderAutomaticDeliverySubscribe),
|
||||
typeof(OrderFinishCommandSubscribe),
|
||||
|
||||
Reference in New Issue
Block a user