feat: add private key

This commit is contained in:
yanghao05
2025-04-14 20:05:19 +08:00
parent 213bad899a
commit 98ef48e6f5
8 changed files with 148 additions and 43 deletions

View File

@@ -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(),