feat: chunk uploads
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user