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

Wechat API / 主动调用 API

Results 26 wechat-api issues
Sort by recently updated
recently updated
newest added

客服消息,发送小程序卡片消息

需要最新iPAD协议联系(v:ixiaohe_)

文档地址:http://doxmate.cool/node-webot/wechat-api/api.html api_tag下membersBatchtagging(批量为用户打标签),示例方法的api.memberBatchtagging(tagId, openList, callback),少写了一个s,方法membersBatchuntagging(批量为用户取消标签)亦是如此

找不到 doxmate.cool 的服务器 IP 地址。

微信token过期和expireTime时间不一定一致,收到40001后,需要重新获取token

我用的构建函数是带了存入和取出token的,为什么每次调用任何接口,token就会被刷新一次

微信文档:https://mp.weixin.qq.com/debug/wxadoc/dev/api/custommsg/conversation.html ------------------------------------------------------- 客服接口-发消息 接口调用请求说明 http请求方式: POST https://api.weixin.qq.com/cgi-bin/message/custom/send?access_token=ACCESS_TOKEN 发送【小程序】图文链接 每次可以发送一个图文链接 { "touser": "OPENID", "msgtype": "link", "link": { "title": "Happy Day", "description": "Is Really A Happy Day", "url": "URL", "thumb_url": "THUMB_URL" }...

如题,是不是用标签接口替代了分组接口? 如何用标签实现类似批量移动到分组的功能?