Emmet Jang

Results 3 issues of Emmet Jang

在使用 `WithWechatPayAutoAuthCipher` 创建 `core.Client` 时,会自动在 `MgrInstance()` 中新增一个 `Downloader`(如果不存在该商户的`Downloader`的话)。 这个`Downloader`是独立新建了一个 `core.Client`,这个时候如果开发者想要自定义 `Downloader` 使用的 `core.Client`(一般情况下是希望自定义其使用的 `http.Client`),就需要再次调用 `MgrInstance().RegisterDownloader` 方法重新注册一次 `Downloader`。 这个过程很不友好,而且需要对SDK有充分的了解才会知道应该这么做。 需要有办法让这个过程,至少是「知道应该怎么做」的过程,更加清楚。

enhancement

为了向广大开发者提供更好的使用体验,微信支付诚挚邀请您将使用微信支付 API v3 SDK中的感受反馈给我们。本问卷可能会占用您不超过2分钟的时间,感谢您的支持。 问卷系统使用的腾讯问卷,您可以点击[这里](https://wj.qq.com/s2/8774719/ef10/),或者扫描以下二维码参与调查。 ![qrcode](https://user-images.githubusercontent.com/6105862/126452979-0015698d-a936-4daa-a885-4d9505bdfc9c.png)

help wanted

Hi, me again. The tainting for `struct` types is not working as I expected. I don't know if there's any misunderstanding here. Check the code below: ```c typedef struct {...