Authored by sailing-PC\sailing

resume

@@ -11,8 +11,8 @@ public interface DelayTime { @@ -11,8 +11,8 @@ public interface DelayTime {
11 11
12 int MINUTES_15_MIN = 15; 12 int MINUTES_15_MIN = 15;
13 13
14 - int MINUTES_36_HOURS = 10; 14 + int MINUTES_36_HOURS = 36*60;
15 15
16 16
17 - int MINUTES_24_HOURS = 5; 17 + int MINUTES_24_HOURS = 24*60;
18 } 18 }
@@ -21,7 +21,7 @@ consumer: @@ -21,7 +21,7 @@ consumer:
21 - class: com.yohoufo.order.mq.consumer.SellerOrderCancelDeliverDelayMsgConsumer 21 - class: com.yohoufo.order.mq.consumer.SellerOrderCancelDeliverDelayMsgConsumer
22 topic: sellerOrder.autoCancelDeliver 22 topic: sellerOrder.autoCancelDeliver
23 delay: 23 delay:
24 - interval: 10 24 + interval: 2160
25 25
26 #order.notPaidNotice 26 #order.notPaidNotice
27 - class: com.yohoufo.order.mq.consumer.NotPaidNoticeDelayMsgConsumer 27 - class: com.yohoufo.order.mq.consumer.NotPaidNoticeDelayMsgConsumer
@@ -32,7 +32,7 @@ consumer: @@ -32,7 +32,7 @@ consumer:
32 - class: com.yohoufo.order.mq.consumer.NotDeliverNoticeDelayMsgConsumer 32 - class: com.yohoufo.order.mq.consumer.NotDeliverNoticeDelayMsgConsumer
33 topic: order.notDeliver 33 topic: order.notDeliver
34 delay: 34 delay:
35 - interval: 5 35 + interval: 1440
36 36
37 37
38 - address: ${rabbit_ufo} 38 - address: ${rabbit_ufo}