We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
微信文档: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" }
}
The text was updated successfully, but these errors were encountered:
你用的什么版本。
Sorry, something went wrong.
我准备提一个PR新增小程序链接和小程序卡片的功能,在此之前可以用 patch 方法自己兼容一下 @w304807481
No branches or pull requests
微信文档: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
发送【小程序】图文链接
每次可以发送一个图文链接
{
}
The text was updated successfully, but these errors were encountered: