feat: integrate unified payment and wallet refunds

This commit is contained in:
2026-08-02 23:26:28 +08:00
parent 82a2106a97
commit 6ed417c8c1
271 changed files with 586 additions and 31966 deletions

View File

@@ -1,3 +1,3 @@
# Platform Worker
独立 Worker 进程沿用 `sample/server` 的 BSM 配置与基础设施创建方式。首期只提供 Mock 事件循环,真实 Redis Streams 消费将在 Outbox、死信、幂等消费与积压监控契约确定后接入。
独立 Worker 进程沿用仓库统一的 BSM 配置与基础设施创建方式。首期只提供 Mock 事件循环,真实 Redis Streams 消费将在 Outbox、死信、幂等消费与积压监控契约确定后接入。

View File

@@ -1,4 +1,4 @@
// Package impl 沿用 sample/server 创建 Worker 需要的基础设施实例。
// Package impl 按仓库统一约定创建 Worker 需要的基础设施实例。
package impl
import (