调用接口:https://api.weixin.qq.com/cgi-bin/draft/add?access_token=ACCESS_TOKEN
只想上传一张图片到草稿,入参如下:
{
"articles": [
{
"title":"test",
"author":"zhangsan",
"content":"<p><img src=\"https://mmbiz.qpic.cn/mmbiz_png/7KK9X5e184kuFqpMCuVfmXtrEZE5zFvPzdobJUxphoN1OPbqydLyaicoHsps2tMYdxibCKNjlOcaYg8ESCPcHE/0?wx_fmt=png\" alt=\"图片\" /></img></p>",
"thumb_media_id": ??
}
//若新增的是多图文素材,则此处应还有几段articles结构
]
}
这个thumb_media_id怎么获取呢?
我把要上传的图片上传到临时素材库获取到thumb_media_id,不过还是会报错。
通过这个api上传图片获取id:https://developers.weixin.qq.com/doc/offiaccount/Asset_Management/Adding_Permanent_Assets.html