老林云robot

老林云pc框架api接口文档


发送图片消息_无源

<p>[TOC]</p> <h5>简要描述</h5> <ul> <li>发送图片消息_无源,无需上传图片直接发送图片消息给对方</li> </ul> <h5>请求URL</h5> <ul> <li><code>http://127.0.0.1:8084/api/wxOne/SendImgMsg_NoSrc</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;">currentWxPort</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>微信端口</td> </tr> <tr> <td style="text-align: left;">wxidorgid</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>对方微信ID/群ID</td> </tr> <tr> <td style="text-align: left;">msg</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>要发送的文本消息内容</td> </tr> </tbody> </table> <h5>发送示例</h5> <pre><code> { &amp;quot;currentWxPort&amp;quot;: &amp;quot;30002&amp;quot;, &amp;quot;wxidorgid&amp;quot;: &amp;quot;filehelper&amp;quot;, &amp;quot;fileid&amp;quot;: &amp;quot;3057020100044b30490201000204e740352a02032df5a10204dc3e2a3a020463fd84db042431343537393235372d323239382d343766632d616262642d6365373030616230363631330204011400020201000405004c4dfd00&amp;quot;, &amp;quot;authkey&amp;quot;: &amp;quot;56b9a4789f4d5e9608b34bce7ac9753a&amp;quot;, &amp;quot;filemd5&amp;quot;: &amp;quot;72d20df86cac969158eac18554ac8179&amp;quot;, &amp;quot;filesize&amp;quot;: &amp;quot;918200&amp;quot;, &amp;quot;filecrc32&amp;quot;: &amp;quot;2768410537&amp;quot; }</code></pre> <h5>返回示例</h5> <pre><code> { &amp;quot;SendImgMsg_NoSrc&amp;quot;: &amp;quot;1&amp;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;">SendImgMsg_NoSrc</td> <td style="text-align: left;">string</td> <td>1=操作成功 0=操作失败</td> </tr> </tbody> </table>

页面列表

ITEM_HTML