feat: chunk uploads

This commit is contained in:
Rogee
2025-01-15 00:26:10 +08:00
parent 591771ce77
commit 9bfdf0e0ea
16 changed files with 451 additions and 40 deletions

View File

@@ -17,14 +17,10 @@ func DefaultProvider() container.ProviderContainer {
}
type Config struct {
WeChat *wechatPay
}
type wechatPay struct {
AppId string
MechID string
SubMechID string
SerialNo string
ApiV3Key string
PrivateKey string
WechatAppId string
WechatMechID string
WechatSubMechID string
WechatSerialNo string
WechatApiV3Key string
WechatPrivateKey string
}