wxhook

微信


获取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>{     "msg_xml": "&lt;msg&gt;&lt;emoji fromusername = \"thexed\" tousername = \"wxid_38zehz4m7hee22\" type=\"2\" idbuffer=\"media:0_0\" md5=\"97365663bee2eb41ea0b3ad50cbe9dd2\" len = \"439919\" productid=\"\" androidmd5=\"97365663bee2eb41ea0b3ad50cbe9dd2\" androidlen=\"439919\" s60v3md5 = \"97365663bee2eb41ea0b3ad50cbe9dd2\" s60v3len=\"439919\" s60v5md5 = \"97365663bee2eb41ea0b3ad50cbe9dd2\" s60v5len=\"439919\" cdnurl = \"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\" designerid = \"\" thumburl = \"\" encrypturl = \"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\" aeskey= \"658d8cd15a6d4573990cd63ebb0d4e70\" externurl = \"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\" externmd5 = \"870b23321c54bce14f843a037a746989\" width= \"512\" height= \"512\" tpurl= \"\" tpauthkey= \"\" attachedtext= \"\" attachedtextcolor= \"\" lensid= \"\" emojiattr= \"\" linkid= \"\" desc= \"\" &gt;&lt;/emoji&gt; &lt;gameext type=\"0\" content=\"0\" &gt;&lt;/gameext&gt;&lt;/msg&gt;" }</code></pre> <h5>返回示例</h5> <pre><code>{     "GetGIFURL": "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" }</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>

页面列表

ITEM_HTML