merge origin main updates

This commit is contained in:
LPF
2026-05-10 17:43:06 +08:00
58 changed files with 7574 additions and 1192 deletions

View File

@@ -146,6 +146,7 @@ func gatewayCmd() {
registryServer.SetConfigAfterHook(func(forceRuntimeReload bool) error {
return triggerReload("api", forceRuntimeReload)
})
registryServer.SetMessageBus(msgBus)
(&gatewayReloader{state: state, registryServer: registryServer}).bindWeixinChannel()
bindCronHandler(registryServer, cronService)