feat: 接入论坛奖励 outbox 链路

This commit is contained in:
Losita
2026-05-05 10:44:33 +08:00
parent 4fc6c0cac3
commit c42f0c5b8c
31 changed files with 1381 additions and 101 deletions

View File

@@ -171,6 +171,8 @@ func OutboxServiceNames() []string {
string(outboxHandlerServiceMemory),
string(outboxHandlerServiceActiveScheduler),
string(outboxHandlerServiceNotification),
string(outboxHandlerServiceTaskClassForum),
string(outboxHandlerServiceTokenStore),
}
}