Skip to content

什么时候能支持发送【小程序】图文链接? #245

@w304807481

Description

@w304807481

微信文档: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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions