获取GIF的访问URL
<p>[TOC]</p>
<h5>简要描述</h5>
<ul>
<li>获取GIF的访问URL</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><a href="http://localhost:30001/GetGIFURL">http://localhost:30001/GetGIFURL</a></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;">msg_xml</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>收到的gif消息完整xml内容</td>
</tr>
</tbody>
</table>
<h5>发送示例</h5>
<pre><code>{
&quot;msg_xml&quot;: &quot;&lt;msg&gt;&lt;emoji fromusername = \&quot;thexed\&quot; tousername = \&quot;wxid_38zehz4m7hee22\&quot; type=\&quot;2\&quot; idbuffer=\&quot;media:0_0\&quot; md5=\&quot;97365663bee2eb41ea0b3ad50cbe9dd2\&quot; len = \&quot;439919\&quot; productid=\&quot;\&quot; androidmd5=\&quot;97365663bee2eb41ea0b3ad50cbe9dd2\&quot; androidlen=\&quot;439919\&quot; s60v3md5 = \&quot;97365663bee2eb41ea0b3ad50cbe9dd2\&quot; s60v3len=\&quot;439919\&quot; s60v5md5 = \&quot;97365663bee2eb41ea0b3ad50cbe9dd2\&quot; s60v5len=\&quot;439919\&quot; cdnurl = \&quot;http://vweixinf.tc.qq.com/110/20401/stodownload?m=97365663bee2eb41ea0b3ad50cbe9dd2&amp;filekey=30440201010430302e02016e0402535a04203937333635363633626565326562343165613062336164353063626539646432020306b66f040d00000004627466730000000131&amp;hy=SZ&amp;storeid=323032313035303731393134333530303033653932336261623532663833353335383538303930303030303036653031303034666231&amp;ef=1&amp;bizid=1022\&quot; designerid = \&quot;\&quot; thumburl = \&quot;\&quot; encrypturl = \&quot;http://vweixinf.tc.qq.com/110/20402/stodownload?m=ea1bd1936ce3281e92a72ed45653a768&amp;filekey=30440201010430302e02016e0402535a04206561316264313933366365333238316539326137326564343536353361373638020306b670040d00000004627466730000000131&amp;hy=SZ&amp;storeid=323032313035303731393134333530303034376139626261623532663833353335383538303930303030303036653032303034666232&amp;ef=2&amp;bizid=1022\&quot; aeskey= \&quot;658d8cd15a6d4573990cd63ebb0d4e70\&quot; externurl = \&quot;http://vweixinf.tc.qq.com/110/20403/stodownload?m=bf191d0d4bc5d7de00a08b16960c3c74&amp;filekey=30440201010430302e02016e0402535a0420626631393164306434626335643764653030613038623136393630633363373402030422c0040d00000004627466730000000131&amp;hy=SZ&amp;storeid=323032313035303731393134333530303036353639326261623532663833353335383538303930303030303036653033303034666233&amp;ef=3&amp;bizid=1022\&quot; externmd5 = \&quot;870b23321c54bce14f843a037a746989\&quot; width= \&quot;512\&quot; height= \&quot;512\&quot; tpurl= \&quot;\&quot; tpauthkey= \&quot;\&quot; attachedtext= \&quot;\&quot; attachedtextcolor= \&quot;\&quot; lensid= \&quot;\&quot; emojiattr= \&quot;\&quot; linkid= \&quot;\&quot; desc= \&quot;\&quot; &gt;&lt;/emoji&gt; &lt;gameext type=\&quot;0\&quot; content=\&quot;0\&quot; &gt;&lt;/gameext&gt;&lt;/msg&gt;&quot;
}</code></pre>
<h5>返回示例</h5>
<pre><code>{
&quot;GetGIFURL&quot;: &quot;http://vweixinf.tc.qq.com/110/20401/stodownload?m=97365663bee2eb41ea0b3ad50cbe9dd2&amp;filekey=30440201010430302e02016e0402535a04203937333635363633626565326562343165613062336164353063626539646432020306b66f040d00000004627466730000000131&amp;hy=SZ&amp;storeid=323032313035303731393134333530303033653932336261623532663833353335383538303930303030303036653031303034666231&amp;ef=1&amp;bizid=1022&quot;
}</code></pre>
<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;">GetGIFURL</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>返回GIF的访问URL地址</td>
</tr>
</tbody>
</table>