feat: chunk uploads
This commit is contained in:
@@ -16,11 +16,12 @@ func Provide(opts ...opt.Option) error {
|
||||
return err
|
||||
}
|
||||
return container.Container.Provide(func(app *app.Config) (*Client, error) {
|
||||
return nil, nil
|
||||
wechatPay, err := wechat.NewClientV3(
|
||||
config.WeChat.MechID,
|
||||
config.WeChat.SerialNo,
|
||||
config.WeChat.ApiV3Key,
|
||||
config.WeChat.PrivateKey,
|
||||
config.WechatMechID,
|
||||
config.WechatSerialNo,
|
||||
config.WechatApiV3Key,
|
||||
config.WechatPrivateKey,
|
||||
)
|
||||
if err != nil {
|
||||
return nil, err
|
||||
|
||||
Reference in New Issue
Block a user