Authored by sailing-PC\sailing

for test

@@ -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: 2160 24 + interval: 10
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: 1440 35 + interval: 5
36 36
37 37
38 - address: ${rabbit_ufo} 38 - address: ${rabbit_ufo}