收藏
回答

发表文章错误代码41005?

url1 = "https://api.weixin.qq.com/cgi-bin/material/add_material?access_token="+access_token+"&type={}"

response = requests.post(url1, files=files)

tmid=response.json()["media_id"]

article = {

    "title": "你好,世界",

    "author": "asdf",

    "thumb_media_id": tmid,

    "content": "欢迎使用微信公众号推送功能!"

}

url = "https://api.weixin.qq.com/cgi-bin/material/add_material?access_token="+access_token+"&type=TYPE"

responseDraft = requests.post(url, json=article)

resultDraft = responseDraft.json()

{'errcode': 41005,
 'errmsg': 'media data missing hint: [1mwSha0724p566] rid: 66855f53-63bb583c-3d1d275a'}


回答关注问题邀请回答
收藏

2 个回答

  • Mr.Zhao
    Mr.Zhao
    发表于移动端
    07-04
    你发明的接口吗?这是新增永久素材,type也是你发明的?
    07-04
    有用
    回复
  • xplee
    xplee
    发表于小程序端
    07-03

    这是nodejs写的?可能是异步的问题。试试 tmid = response.json() → await response.json()

    07-03
    有用
    回复 2
    • Mr.Zhao
      Mr.Zhao
      发表于移动端
      07-04
      不懂就别回答了
      07-04
      回复
    • 神经蛙
      神经蛙
      07-04回复Mr.Zhao
      怪了,他的等级咋这么高哦
      07-04
      回复
登录 后发表内容