- 短剧媒资管理-获取媒资详细信息,审核失败的剧的媒资详细信息中无法查询到单个媒资的状态?
剧目审核最终失败 在媒资详细信息中无法查询到单个媒资的状态, 只能通过剧目id遍历所有的媒资来查询某个媒资的状态
2023-07-26 - 短剧媒资管理-获取媒资列表,审核失败的剧无法查询到
文档地址:https://developers.weixin.qq.com/miniprogram/dev/platform-capabilities/industry/mini-drama/mini_drama.html#_2-1-%E8%8E%B7%E5%8F%96%E5%AA%92%E8%B5%84%E5%88%97%E8%A1%A8 审核最终失败的剧目,我们想查询是哪些媒资审核失败,但是通过媒资列表返回的是空的,查询不到。 然后换了审核通过的和审核驳回的都可以查询,就审核失败的查询不了 小程序id: wx069b70316f7bae4c, 查询curl: curl --request POST \ --url 'https://api.weixin.qq.com/wxa/sec/vod/listmedia?access_token=xxxx' \ --header 'content-type: application/json' \ --data '{ "drama_id": 151572 }'
2023-07-24 - 短剧媒资管理获取媒资播放链接 us 报错
api: https://api.weixin.qq.com/wxa/sec/vod/getmedialink body: {"media_id":101783,"t":1687928752, "us":"123456"} 报错:{"errcode": 10090021,"errmsg": "未识别该参数名; us rid: 649ba3a4-19ac49a0-61daaf25"} 获取媒资播放接口加了us 就调用失败,不加us是正常的
2023-06-28 - 重置API调用次数返回成功,但是调用还是报错reach max api day frequence?
小程序生成urllink报错生成上限,使用接口清楚限制后还是报错 https://api.weixin.qq.com/wxa/generate_urllink 和 https://api.weixin.qq.com/wxa/generatescheme 报错信息 {"errcode":44993,"errmsg":"reach max api day frequence limit rid: 631cb47a-61e319fb-3b7adbaa"} {"errcode":44993,"errmsg":"reach max api day frequence limit rid: 631cad61-143a187f-516cc35b"} 文档链接:https://developers.weixin.qq.com/doc/offiaccount/openApi/clear_quota.html 后面我用这个接口清空之后,然后再用查询的接口【查询openAPI调用quota:https://developers.weixin.qq.com/doc/offiaccount/openApi/get_api_quota.html】后,调用次数返回 {"errcode":0,"errmsg":"ok","quota":{"daily_limit":500000,"used":4737,"remain":495263}} 这里显示清楚了,但是还是报错
2022-09-11