Skip to content
New issue

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

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

Open
w304807481 opened this issue Jan 19, 2018 · 2 comments
Open

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

w304807481 opened this issue Jan 19, 2018 · 2 comments

Comments

@w304807481
Copy link

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

}

@JacksonTian
Copy link
Member

你用的什么版本。

@aojiaotage
Copy link

aojiaotage commented May 2, 2018

我准备提一个PR新增小程序链接和小程序卡片的功能,在此之前可以用 patch 方法自己兼容一下
@w304807481

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants