1
This commit is contained in:
parent
9182bf0c16
commit
642dd8bb0d
@ -62,7 +62,7 @@ wechat:
|
|||||||
|
|
||||||
# [rabbitMq]
|
# [rabbitMq]
|
||||||
amqp:
|
amqp:
|
||||||
host: 127.0.0.1
|
host: 42.193.16.243
|
||||||
port: 5672
|
port: 5672
|
||||||
user: gdxz_2022rabbitmq
|
user: gdxz_2022rabbitmq
|
||||||
password: qwr2p&¥e@3.2p
|
password: qwr2p&¥e@3.2p
|
||||||
|
|||||||
@ -39,7 +39,6 @@ func StartRabbitMqConsume() {
|
|||||||
RoutingKey: "CouponExpired",
|
RoutingKey: "CouponExpired",
|
||||||
Handler: consumer.CouponExpire,
|
Handler: consumer.CouponExpire,
|
||||||
}
|
}
|
||||||
|
|
||||||
go startConsumer(s)
|
go startConsumer(s)
|
||||||
|
|
||||||
// 取消未支付订单
|
// 取消未支付订单
|
||||||
@ -49,7 +48,6 @@ func StartRabbitMqConsume() {
|
|||||||
RoutingKey: "CancelUnPayOrder",
|
RoutingKey: "CancelUnPayOrder",
|
||||||
Handler: consumer.CancelUnPayOrder,
|
Handler: consumer.CancelUnPayOrder,
|
||||||
}
|
}
|
||||||
|
|
||||||
go startConsumer(s)
|
go startConsumer(s)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user