- /draft/add 未顯示正確的圖像。我去哪裡管理我的權利?
來自API:https://api.weixin.qq.com/cgi-bin/draft/add 我已附上微信圖片文件,但圖片顯示不正確。我去哪裡管理我的權利? { "articles": [ { "title":TITLE, "author":AUTHOR, "digest":DIGEST, "content":"<b><img src='https://mmbiz.qpic.cn/mmbiz_jpg/6Qq7RC4pviaTDux1Hia9oicVh0vgDePoUhbBHpb8mHibKRJJHPhh3Nqqic2KJzxgyCCReliblGPGdJmaDzoe2bkMNKaA/0?wx_fmt=jpeg'><br/>CONTENT</b>" <<----, "content_source_url":CONTENT_SOURCE_URL, "thumb_media_id":THUMB_MEDIA_ID, "need_open_comment":0, "only_fans_can_comment":0 } //若新增的是多图文素材,则此处应还有几段articles结构 ] } [图片]
2023-09-15 - How can I use wechat url?
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结构 ] } url image : https://mmbiz.qpic.cn/mmbiz_jpg/6Qq7RC4pviaR1BBwG4yrhWrIy8PTJo2Qib5Mib5QAmBLR8mrgmFt55eicnqaXxicfKoGhLWnKaF8Tgdib5ibC4TcrgBtQ/640?wx_fmt=jpeg [图片]
2023-09-14 - I'm having trouble sending articles?
I get the article_id from /freepublish/batchget and i want to send message to user which I normally have fired via api /message/custom/send But I don't find how to submit article using article_id please guide me.
2023-08-24