When I want to use the url image of wechat in my system. But it shows an error message on wechat. How can I fix it?
API: https://api.weixin.qq.com/cgi-bin/draft/add?access_token=ACCESS_TOKEN
{
"articles": [
{
"title":TITLE,
"author":AUTHOR,
"digest":DIGEST,
"content":<img src='https://mmbiz.qpic.cn/mmbiz_jpg/6Qq7RC4pviaR1BBwG4yrhWrIy8PTJo2Qib5Mib5QAmBLR8mrgmFt55eicnqaXxicfKoGhLWnKaF8Tgdib5ibC4TcrgBtQ/640?wx_fmt=jpeg'>, <<---------
"content_source_url":CONTENT_SOURCE_URL,
"thumb_media_id":THUMB_MEDIA_ID,
"need_open_comment":0,
"only_fans_can_comment":0
}
//若新增的是多图文素材,则此处应还有几段articles结构
]
}