The interface call of permanent video material has been added to the WeChat public account, which is not available after uploading
1. Reference URL: https://developers.weixin.qq.com/doc/offaccount/asset_management/adding_permanent_assets.html . as shown in Figure 1
2. In Postman, the request header: form-data. 2 request body parameters: description, format is text; media, format is file. as shown in Figure 2
description={"title":"video_title","introduction":"introduction"}
media=@h264_2000k_mp4.mp4
{
"media_id": "1gcdtqcq5mv0ziraqov85-vxhx7wpdjrmhncdmx2rbe",
"item":[]
}
3. When the request body parameter is canceled: description, the response fails. as shown in Figure 3
{
"errcode": 41005,
"errmsg": "media data missing hint:[bhDfBa0363d418]Rid: 60E6C4A6-64B78B4A-5BE3301C"
}
4. Enter the official website material management module of the public platform and view the video list. There is a corresponding material: video_title. However, after a day, it still has not been approved. A total of 3 videos in a row are uploaded in a row, all of which are the same. as shown in Figure 4
5. The same video file is uploaded through the official website, but it can be reviewed and approved in a short period of time. as shown in Figure 5
6. Call interface: get the list of video materials. In the response, there are 3 videos uploaded through the interface, and there is no field: VID. as shown in Figure 6
7. Search for relevant questions and replies in the WeChat Open Community. Website: https://developers.weixin.qq.com/community/minihome/doc/0000acea168dc82664ba9d86d52000 . Hello, in the current material management interface, the upload of video materials has not been submitted for review, and the display status of the material management list in the background of the WeChat public platform will be abnormal and cannot be used for general scenes such as mass sending. If there is a need for video uploading and use, it is recommended to upload video directly through the background of the WeChat public platform. Related guidelines for uploading videos on the public account can be viewed: https://support.qq.com/products/66522/FAQs/54079





