下载朋友圈视频_URL
<p>[TOC]</p>
<h5>简要描述</h5>
<ul>
<li>下载朋友圈视频_URL</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>http://localhost:30001/DownSnsVideo4URL</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 style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">weixinnum</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>调用 CDN_Init 接口可以得到</td>
</tr>
<tr>
<td style="text-align: left;">file_path</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>下载后的文件保存位置</td>
</tr>
</tbody>
</table>
<p>id 说明: 通过调用刷新朋友圈接口获取到的id</p>
<h5>发送示例</h5>
<pre><code>{
&quot;weixinnum&quot;: &quot;2434220220&quot;,
&quot;cdn_ip&quot;: &quot;120.233.36.116&quot;,
&quot;province&quot;: &quot;15&quot;,
&quot;city&quot;: &quot;1&quot;,
&quot;isp&quot;: &quot;3&quot;,
&quot;authkey&quot;: &quot;303E020101043730350201010201010204911740BC0201000201000204222BB6DC02032F5B0D0204E46893770204E56893770204653C8A430204D72F272E0400&quot;,
&quot;url&quot;: &quot;http://szzjwxsns.video.qq.com/102/20202/snsvideodownload?filekey=30340201010420301e0201660402535a0410c1b480965f67d11f3061f03c7551b3cf02031b2718040d00000004627466730000000132&amp;hy=SZ&amp;storeid=564ed5f32000884c76eec7c120000006600004eea535a2f16ebc1e64f28c0c&amp;dotrans=9&amp;ef=30_0&amp;bizid=1023&amp;ilogo=2&amp;dur=13&amp;upid=290110&quot;,
&quot;file_path&quot;: &quot;C:\\2_down.mp4&quot;
}</code></pre>
<h5>返回示例</h5>
<pre><code>{
&quot;sns_video_total_size&quot;: 1779480
}</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;">sns_video_total_size</td>
<td style="text-align: left;">int</td>
<td>文件总大小</td>
</tr>
</tbody>
</table>
<h5>备注</h5>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>