Authored by sailing-PC\sailing

4 test

... ... @@ -11,8 +11,8 @@ public interface DelayTime {
int MINUTES_15_MIN = 15;
int MINUTES_36_HOURS = 36 * 60;
int MINUTES_36_HOURS = 10;
int MINUTES_24_HOURS = 24*60;
int MINUTES_24_HOURS = 5;
}
... ...
... ... @@ -21,7 +21,7 @@ consumer:
- class: com.yohoufo.order.mq.consumer.SellerOrderCancelDeliverDelayMsgConsumer
topic: sellerOrder.autoCancelDeliver
delay:
interval: 2160
interval: 10
#order.notPaidNotice
- class: com.yohoufo.order.mq.consumer.NotPaidNoticeDelayMsgConsumer
... ... @@ -32,7 +32,7 @@ consumer:
- class: com.yohoufo.order.mq.consumer.NotDeliverNoticeDelayMsgConsumer
topic: order.notDeliver
delay:
interval: 1440
interval: 5
- address: ${rabbit_ufo}
... ...