当前位置:网站首页>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
边栏推荐
- Introduction to data warehouse layering (real-time data warehouse architecture)
- Promise learning (2) An article takes you to quickly understand the common APIs in Promise
- Promise to learn several key questions (3) the Promise - state change, execution sequence and mechanism, multitasking series, abnormal penetration, interrupt the chain of Promise
- Sparse representation - study notes
- Why Metropolis–Hastings Works
- 判断JS数据类型的四种方法
- STM32 CAN过滤器配置详解
- 【云享新鲜】社区周刊·Vol.73- DTSE Tech Talk:1小时深度解读SaaS应用系统设计
- 华硕和微星多款产品将升级英特尔Arc A380和A310显卡
- 千万级乘客排队系统重构&压测方案——总结篇
猜你喜欢

Sparse representation - study notes

mysql进阶(二十二)MySQL错误之Incorrect string value中文字符输入错误问题分析

在线GC日志分析工具——GCeasy

Promise学习(一)Promise是什么?怎么用?回调地狱怎么解决?

大众碰到点评的一个字体反爬,落地技术也是绝了

【likeshop】回收租凭系统100%开源无加密 商城+回收+租赁

Promise to learn several key questions (3) the Promise - state change, execution sequence and mechanism, multitasking series, abnormal penetration, interrupt the chain of Promise
![[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

C#/VB.NET 将PPT或PPTX转换为图像

.NET性能优化-使用SourceGenerator-Logger记录日志
随机推荐
Qt获取文件夹下所有文件
Pytest电商项目实战(下)
万字解析:vector类
Promise learning (2) An article takes you to quickly understand the common APIs in Promise
[Community Star Selection] Issue 24 August Update Plan | Keep writing, refuse to lie down!More original incentive packages, as well as Huawei WATCH FIT watches!
.NET analyzes the LINQ framework in depth (three: the elegant prelude of LINQ)
Introduction to STM32 development Introduce IIC bus, read and write AT24C02 (EEPROM) (using analog timing)
RK3399 platform development series on introduction to (kernel) 1.52, printk function analysis - the function call will be closed
表达式引擎在转转平台的实践
Promise learning (4) The ultimate solution for asynchronous programming async + await: write asynchronous code in a synchronous way
R语言诊断ARIMA模型:forecast包构建了一个ARIMA模型、使用checkresiduals函数诊断ARIMA模型、并进行结果解读(拟合较差的ARIMA模型具有的特点)
腾讯云原生:Areaki Mesh 在 2022 冬奥会视频直播应用中的服务网格实践
Golang内存分析工具gctrace和pprof实战
How to use DevExpress controls to draw flowcharts?After reading this article, you will understand!
收藏|机械工程师面试常问问题
Aeraki Mesh 加入 CNCF 云原生全景图
石头科技打造硬核品牌力 持续出海拓展全球市场
R语言ggplot2可视化:使用ggpubr包的ggdensity函数可视化密度图、使用stat_central_tendency函数在密度中添加均值竖线并自定义线条类型
一篇文章,带你详细了解华为认证体系证书(2)
复现assert和eval成功连接或失败连接蚁剑的原因