feat: update prepay id

This commit is contained in:
yanghao05
2025-04-14 20:48:50 +08:00
parent e3cee91758
commit 69e3dd1070
5 changed files with 122 additions and 10 deletions

View File

@@ -6,6 +6,7 @@ import (
"quyun/providers/app"
"quyun/providers/postgres"
"quyun/providers/wechat"
"go.ipao.vip/atom"
"go.ipao.vip/atom/container"
@@ -18,6 +19,7 @@ func Default(providers ...container.ProviderContainer) container.Providers {
return append(container.Providers{
app.DefaultProvider(),
postgres.DefaultProvider(),
wechat.DefaultProvider(),
}, providers...)
}