1
This commit is contained in:
@@ -39,7 +39,6 @@ func StartRabbitMqConsume() {
|
||||
RoutingKey: "CouponExpired",
|
||||
Handler: consumer.CouponExpire,
|
||||
}
|
||||
|
||||
go startConsumer(s)
|
||||
|
||||
// 取消未支付订单
|
||||
@@ -49,7 +48,6 @@ func StartRabbitMqConsume() {
|
||||
RoutingKey: "CancelUnPayOrder",
|
||||
Handler: consumer.CancelUnPayOrder,
|
||||
}
|
||||
|
||||
go startConsumer(s)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user