feat: integrate unified payment and wallet refunds

This commit is contained in:
2026-08-02 23:24:32 +08:00
parent f0b8af0bc8
commit 82a2106a97
64 changed files with 1519 additions and 254 deletions

View File

@@ -17,7 +17,7 @@ var (
MemoryService *cache.Cache
)
// NewImpl 与 sample/server 保持一致,所有进程通过此处创建共享基础设施。
// NewImpl 遵循仓库统一约定,所有进程通过此处创建共享基础设施。
func NewImpl() {
MemoryService = with.Memory(nil)
RedisService = with.RedisCache(config.Spec.Cache)