go-sdk icon indicating copy to clipboard operation
go-sdk copied to clipboard

[Feature] SMS 无法自定义 HTTP Client

Open shuqingzai opened this issue 1 year ago • 0 comments

SMS 服务初始化只提供 NewManager ,不支持传递自定义的 HTTPClient 且 client 是私有属性,无法自定义修改 参考: https://github.com/qiniu/go-sdk/blob/6da001bc3b9cfe34c485115b0f6ad2492eab149a/sms/manager.go#L23-L39

期望可以像 [storage] 相关服务初始化一样提供自定义 HTTPClient 的方法 参考:

  • https://github.com/qiniu/go-sdk/blob/6da001bc3b9cfe34c485115b0f6ad2492eab149a/storage/form_upload.go#L75
  • https://github.com/qiniu/go-sdk/blob/6da001bc3b9cfe34c485115b0f6ad2492eab149a/storage/bucket.go#L359

shuqingzai avatar Aug 17 '24 10:08 shuqingzai