feat: add private key
This commit is contained in:
@@ -17,6 +17,7 @@ import (
|
||||
"quyun/providers/job"
|
||||
"quyun/providers/jwt"
|
||||
"quyun/providers/postgres"
|
||||
"quyun/providers/wechat"
|
||||
"quyun/providers/wepay"
|
||||
|
||||
"go.ipao.vip/atom"
|
||||
@@ -31,6 +32,7 @@ import (
|
||||
|
||||
func defaultProviders() container.Providers {
|
||||
return service.Default(container.Providers{
|
||||
wechat.DefaultProvider(),
|
||||
ali.DefaultProvider(),
|
||||
wepay.DefaultProvider(),
|
||||
http.DefaultProvider(),
|
||||
|
||||
Reference in New Issue
Block a user