-
Notifications
You must be signed in to change notification settings - Fork 322
Open
Description
微信文档: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"
}
}
Metadata
Metadata
Assignees
Labels
No labels