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

新增 修改永久图文素材 #293

Closed
amorist opened this issue Jul 7, 2020 · 0 comments
Closed

新增 修改永久图文素材 #293

amorist opened this issue Jul 7, 2020 · 0 comments

Comments

@amorist
Copy link
Contributor

amorist commented Jul 7, 2020

文档地址:https://developers.weixin.qq.com/doc/offiaccount/Asset_Management/Editing_Permanent_Rich_Media_Assets.html
http请求方式: POST https://api.weixin.qq.com/cgi-bin/material/update_news?access_token=ACCESS_TOKEN

请求参数

{
  "media_id":MEDIA_ID,
  "index":INDEX,
  "articles": {
       "title": TITLE,
       "thumb_media_id": THUMB_MEDIA_ID,
       "author": AUTHOR,
       "digest": DIGEST,
       "show_cover_pic": SHOW_COVER_PIC(0 / 1),
       "content": CONTENT,
       "content_source_url": CONTENT_SOURCE_URL
    }
}

返回说明

{
  "errcode": ERRCODE,
  "errmsg": ERRMSG
}
@amorist amorist changed the title 新增修改永久图文素材 新增 修改永久图文素材 Jul 7, 2020
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

2 participants