当前位置:网站首页>How to get the address of WeChat video account (link address of WeChat public account)
How to get the address of WeChat video account (link address of WeChat public account)
2022-08-01 11:34:00 【Full stack programmer webmaster】
大家好,又见面了,我是你们的朋友全栈君.
通过微信接口获取微信视频number of video addresses:
First, let’s look at the WeChat video number informationXML内容:
<?xml version="1.0"?>
<msg>
<appmsg appid="" sdkver="0">
<title>The current WeChat version does not support displaying this content,请升级至最新版本.</title>
<des />
<action />
<type>51</type>
<showtype>0</showtype>
<soundtype>0</soundtype>
<mediatagname />
<messageext />
<messageaction />
<content />
<contentattr>0</contentattr>
<url>https://support.weixin.qq.com/security/readtemplate?t=w_security_center_website/upgrade</url>
<lowurl />
<dataurl />
<lowdataurl />
<songalbumurl />
<songlyric />
<appattach>
<totallen>0</totallen>
<attachid />
<emoticonmd5></emoticonmd5>
<fileext />
<cdnthumbaeskey />
<aeskey></aeskey>
</appattach>
<extinfo />
<sourceusername />
<sourcedisplayname />
<thumburl />
<md5 />
<statextstr />
<directshare>0</directshare>
<recorditem><![CDATA[(null)]]></recorditem>
<finderFeed>
<objectId><![CDATA[13792200214367967426]]></objectId>
<feedType><![CDATA[4]]></feedType>
<nickname><![CDATA[Lao Chen product structure design]]></nickname>
<avatar><![CDATA[http://wx.qlogo.cn/finderhead/SYeWkon6C6Jtd1gz9wKSdwzOt9ZXNZj4mGhGgtX2JSqt73XwTI5AWg/0]]></avatar>
<desc><![CDATA[#国足#中国女足#中国足球 女足精神,We always trust]]></desc>
<mediaCount><![CDATA[1]]></mediaCount>
<objectNonceId><![CDATA[12052175326133612216_4_20_13_1]]></objectNonceId>
<liveId><![CDATA[0]]></liveId>
<username><![CDATA[v2_060000231003b[email protected]finder]]></username>
<authIconUrl><![CDATA[]]></authIconUrl>
<authIconType>0</authIconType>
<mediaList>
<media>
<thumbUrl><![CDATA[http://wxapp.tc.qq.com/251/20350/stodownload?encfilekey=oibeqyX228riaCwo9STVsGLIBn9G5YG8ZnJZs7Yk2zHcx9JMwdp7vEK42hyzt3ibE7qtWkVvjFkoaEznjhDjFLr6HoGbvDE9YhM4OugAYsIy2ouYB9xUiaX8UmMWDNGxPTYMcwHdcA5og5I&adaptivelytrans=0&bizid=1023&dotrans=0&hy=SZ&idx=1&m=7928fb21dd4990e2d616a507c868b1db&token=x5Y29zUxcibDjE9JYkmdS0hpQGM3d8WFCuH6NzPCF7B8wJZOkRG8xGNUq9eyOhI4S]]></thumbUrl>
<fullCoverUrl><![CDATA[http://wxapp.tc.qq.com/251/20304/stodownload?encfilekey=oibeqyX228riaCwo9STVsGLIBn9G5YG8ZnDPFFhBkNhDicVGWRL3ac1xH1QJuHj4J2p4o0SIibPlicfDMtZ0xQ57V0aOuicCDF1FWb1jjV055BjqhJar9I9XsRAtZby7ZAIWmhGYKHpmUKh6o&adaptivelytrans=0&bizid=1023&dotrans=0&hy=SZ&idx=1&m=9c67d942aa03563cebc4c4c6ee6bd409&token=cztXnd9GyrG0x7aBXH688fOjlVrfibibh2ZZQVFCciaEEOZPFWqr6IcvYBBCic2y9LjE]]></fullCoverUrl>
<videoPlayDuration><![CDATA[10]]></videoPlayDuration>
<url><![CDATA[http://wxapp.tc.qq.com/251/20302/stodownload?encfilekey=oibeqyX228riaCwo9STVsGLIBn9G5YG8Zn3jmCXSIuM4TgiclBMxmiaJPEoUPf6JomNt9oRbUfqQ8o7zeCL922z0BJsjImAraGOsWg7xicQicIUqDiaocz6iaN4zF5yjzxyNHlmk0M1GQKtflAA&a=1&adaptivelytrans=0&bizid=1023&dotrans=2991&hy=SZ&idx=1&m=fe61ea9b87bdb3f1aae648d781fba17a]]></url>
<coverUrl><![CDATA[]]></coverUrl>
<height><![CDATA[1920]]></height>
<mediaType><![CDATA[4]]></mediaType>
<fullClipInset><![CDATA[]]></fullClipInset>
<width><![CDATA[888]]></width>
</media>
</mediaList>
<megaVideo>
<objectId><![CDATA[]]></objectId>
<objectNonceId><![CDATA[]]></objectNonceId>
</megaVideo>
<bizUsername><![CDATA[]]></bizUsername>
<bizNickname><![CDATA[]]></bizNickname>
<bizAvatar><![CDATA[]]></bizAvatar>
<bizUsernameV2><![CDATA[]]></bizUsernameV2>
<bizAuthIconUrl><![CDATA[]]></bizAuthIconUrl>
<bizAuthIconType>0</bizAuthIconType>
</finderFeed>
</appmsg>
<fromusername>keepmoving8</fromusername>
<scene>0</scene>
<appinfo>
<version>1</version>
<appname />
</appinfo>
<commenturl />
</msg>有了这个信息,就可以通过<objectId><![CDATA[13792200214367967426]]></objectId>和<objectNonceId><![CDATA[12052175326133612216_4_20_13_1]]></objectNonceId>The value in gets the source address of the video.
通过POSTdata to the WeChat interface:
{
"api":1030,
"param1":"13792200214367967426",
"param2":"12052175326133612216_4_20_13_1"
}You can get the returnJSON值了:
{
"api":1030,
"port":20023,
"pid":100876,
"wechat":"wxid_yz9trmrddpek12",
"objectId":"13792200214367967426",
"objectNonceId":"12052175326133612216_4_20_13_1",
"msg":"Get video number link",
"url":"https://finder.video.qq.com/251/20302/stodownload?encfilekey=oibeqyX228riaCwo9STVsGLIBn9G5YG8Zn3jmCXSIuM4TgiclBMxmiaJPEoUPf6JomNt9oRbUfqQ8o7zeCL922z0BJsjImAraGOsWg7xicQicIUqDiaocz6iaN4zF5yjzxyNHlmk0M1GQKtflAA&token=AxricY7RBHdV7TzVPJKnibLl5ibXjdMu1W1ccZItSrshygk8yeCXL3zRNn9v9FPaGeddDiaqicqFwibicE&idx=1&a=1&adaptivelytrans=0&bizid=1023&dotrans=2991&hy=SZ&m=fe61ea9b87bdb3f1aae648d781fba17a"
}This will allow you to play or download the video directly!
发布者:全栈程序员栈长,转载请注明出处:https://javaforall.cn/126865.html原文链接:https://javaforall.cn
边栏推荐
- sql中ddl和dml(数据库表与视图的区别)
- Kaitian aPaaS mobile phone number empty number detection [Kaitian aPaaS battle]
- JS 中的 undefined 和 null 的区别
- 【公开课预告】:超分辨率技术在视频画质增强领域的研究与应用
- 一篇文章,带你详细了解华为认证体系证书(1)
- Browser shortcut keys
- STM32 CAN filter configuration details
- C#/VB.NET 将PPT或PPTX转换为图像
- 回归预测 | MATLAB实现TPA-LSTM(时间注意力注意力机制长短期记忆神经网络)多输入单输出
- LeakCanary如何监听Service、Root View销毁时机?
猜你喜欢

STM32 CAN filter configuration details

Mini Program Graduation Works WeChat Food Recipes Mini Program Graduation Design Finished Products (3) Background Functions

A new generation of ultra-safe cellular batteries, Sihao Airun goes on sale starting at 139,900 yuan

一文说明白ECDSA spec256k1 spec256r1 EdDSA ed25519千丝万缕的关系

判断JS数据类型的四种方法

重庆市大力实施智能建造,推动建筑业数字化转型,助力“建造强市”

【公开课预告】:超分辨率技术在视频画质增强领域的研究与应用

收藏|机械工程师面试常问问题

【likeshop】回收租凭系统100%开源无加密 商城+回收+租赁
![[Open class preview]: Research and application of super-resolution technology in the field of video image quality enhancement](/img/fc/cd859efa69fa7b45f173de74c04858.png)
[Open class preview]: Research and application of super-resolution technology in the field of video image quality enhancement
随机推荐
石头科技打造硬核品牌力 持续出海拓展全球市场
【cartographer ros】十: 延时和误差分析
CAN通信的数据帧和远程帧
Introduction to data warehouse layering (real-time data warehouse architecture)
重庆市大力实施智能建造,推动建筑业数字化转型,助力“建造强市”
Sparse representation - study notes
Promise学习(二)一篇文章带你快速了解Promise中的常用API
【随心笔记】假期快过去了,都干了点什么
[Open class preview]: Research and application of super-resolution technology in the field of video image quality enhancement
一篇文章,带你详细了解华为认证体系证书(1)
如何成功通过 CKA 考试?
Mini Program Graduation Works WeChat Food Recipes Mini Program Graduation Design Finished Products (4) Opening Report
【倒计时5天】探索音画质量提升背后的秘密,千元大礼等你来拿
表连接详解
4种常见的鉴权方式及说明
博弈论(Depu)与孙子兵法(42/100)
Qt get all files in a folder
【likeshop】回收租凭系统100%开源无加密 商城+回收+租赁
What is MNIST (what does plist mean)
(ES6 and above and TS) Map object to array