co-wechat-api icon indicating copy to clipboard operation
co-wechat-api copied to clipboard

Wechat API. Support Async Functions

Results 27 co-wechat-api issues
Sort by recently updated
recently updated
newest added

小程序添加解密加密数据方法。

统一临时素材与永久素材的上传方法

uploadImageMedia(filepath) uploadVoiceMedia(filepath) uploadVideoMedia(filepath) uploadThumbMedia(filepath) 以上4个快捷方法少了filename参数 看了源码: ```js exports.uploadMedia = async function (filepath, type, filename, mime) { const { accessToken } = await this.ensureAccessToken(); var form = formstream(); if (Buffer.isBuffer(filepath)) {...

大家都是用什么支付的,用别家的SDK会导致access_token管理上的问题

缺少用户管理-黑名单管理API

希望可以添加`index.d.ts`描述文件支持Typescript的开发。

不觉得现在的固定参数模式很不科学吗,写错一个顺序就不行,直接 ``` api.sendTemplate({ openid, templateId, url, topColor, data }); ``` 多直观

![](https://tva1.sinaimg.cn/large/006tNbRwgy1gax0gwpn6zj315i0u0dmx.jpg)