feat: update prepay id
This commit is contained in:
@@ -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...)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user