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

@@ -15,14 +15,3 @@ func DefaultProvider() container.ProviderContainer {
},
}
}
type Config struct {
Debug bool
NotifyURL string
AppId string
MchId string
SerialNo string
APIv3Key string
PrivateKey string
}