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

nodejs.TypeError [ERR_UNESCAPED_CHARACTERS]: Request path contains unescaped characters

按照官方的api,及co-wechat-api不是也是应该返回json吗? 然后我用JSON.parse来解析 得到的结果是 {"errcode":41005,"errmsg":"media data missing"}

大佬们,什么时候提上日程!

https://github.com/node-webot/co-wechat-api/blob/4e13d13203503b35aaba7c5906e66c16d149021a/lib/api_template.js#L107 这个请求地址 `https://api.weixin.qq.com/cgi-bin/message/wxopen/template/send?access_token=ACCESS_TOKEN`的参数 与微信文档中的参数不一致。 经测试,无法推送模板消息。

![image](https://user-images.githubusercontent.com/15318800/38878384-672ead98-4293-11e8-8429-a38d885ab720.png)

add new api: getMediaList

看了sendTemplate 的api,没有 form_id 的参数呢。不需要么?微信接口里面是必须的参数。

返回错误异常Unexpected token � in JSON at position 0,其他接口没有这个问题,就这个接口存在异常

当微信官方文档已更新,但本库未来得及更新,而又想用新的微信 api 时,可调用 patch 方法来扩展新功能。https://github.com/node-webot/wechat-api#patch%E6%89%A9%E5%B1%95