Compare commits

..

2 Commits

Author SHA1 Message Date
f382df7976 fix(mq): 修改RabbitMQ同步交换机名称
- 将同步交换机名称从 sync.exchange 修改为 sync.topic.exchange
- 更新相关配置以反映新的交换机名称
- 维护消息队列配置的一致性和正确性
2026-04-09 17:11:03 +08:00
9353fb6b85 fix(mq): 修改RabbitMQ同步交换机名称
- 将同步交换机名称从 sync.exchange 修改为 sync.topic.exchange
- 更新相关配置以反映新的交换机名称
- 维护消息队列配置的一致性和正确性
2026-04-09 16:44:01 +08:00

View File

@@ -35,5 +35,5 @@
}
]
},
"lastUpdated": 1775724063193
"lastUpdated": 1775724367075
}