获取视频号视频下载地址
<p>[TOC]</p>
<h5>简要描述</h5>
<ul>
<li>视频号_获取视频下载地址2</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>http://localhost:30001/Get_FinderVideo_DownAddr</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>POST</li>
</ul>
<h5>发送参数说明</h5>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">eid</td>
<td style="text-align: left;">string</td>
<td>要获取下载地址的视频</td>
</tr>
</tbody>
</table>
<h5>发送示例</h5>
<pre><code>{
&quot;eid&quot;:&quot;export/UzFfAgtgekIEAQAAAAAAFMIo2-U7lgAAAAstQy6ubaLX4KHWvLEZgBPEzqFkDk9JGZiBzNPgMIIPVlhQftacVCi-RaNMHrvA&quot;,
&quot;wwapp_token&quot;:&quot;..&quot;,
&quot;wwapp_openid&quot;:&quot;..&quot;
}</code></pre>
<h5>返回示例</h5>
<pre><code>{
&quot;code&quot;: &quot;0&quot;,
&quot;Get_FinderVideo_DownAddr&quot;: &quot;https://finder.video.qq.com/251/20302/stodownload?encfilekey=Cvvj5Ix3eewK0tHtibORqcsqchXNh0Gf3sJcaYqC2rQD61gGqAoLO4yPCC6w26OaibIIGUBovibQ8AJvOO9d79Za7ib2jEpN2zze7MQCjxdPCky92foYJDfyP5155G7gS88t&amp;token=x5Y29zUxcibA9bE2nd6orGXSS13gNGozduEJOFeibe9ic5BrrsXDGVYyeUWd5PORx5hCibibllooFxmM&amp;idx=1&amp;adaptivelytrans=0&amp;bizid=1023&amp;dotrans=0&amp;hy=SH&amp;m=&amp;websvrscene=10&quot;
}</code></pre>
<h5>返回参数说明</h5>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">code</td>
<td style="text-align: left;">string</td>
<td>返回代码0</td>
</tr>
<tr>
<td style="text-align: left;">Get_FinderVideo_DownAddr</td>
<td style="text-align: left;">string</td>
<td>视频的下载URL地址</td>
</tr>
</tbody>
</table>
<h5>备注</h5>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>