获得过 0 次赞
回答过的问题获得 0 次赞
分享过的文章/案例获得 0 次赞
评论与回复获得 0 次赞
- 发送订阅消息post请求就报47001data format erro怎么办?
const result = await ctx.curl('https://api.weixin.qq.com/cgi-bin/message/subscribe/send?access_token=mytoken', { "method": "POST", "template_id": "模板id", "page": "/pages/locate/locate", "touser": "openid", "miniprogram_state":"developer", "lang":"zh_CN", "data": { "character_string1": { "value": "aaa111" }, "thing5": { "value": "已到达清运范围" } } }); postman测试没有问题的,但是调自己的接口测就报数据格式错误,哪位大佬可以帮忙看看
2020-09-04 - nodejs如何做微信小程序的订阅信息?
用nodejs搞这个订阅信息,但是一直没有啥头绪,看了好多文档也试了但是都得不到结果,哪位大神可以帮帮忙,非常感谢
2020-09-03