老林云robot

老林云pc框架api接口文档


查询用户所属标签ID

<p>[TOC]</p> <h5>简要描述</h5> <ul> <li>查询用户所属标签ID</li> </ul> <h5>请求URL</h5> <ul> <li><code>http://127.0.0.1:8084/api/wxOne/QueryDB</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;">wxidlist</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>微信ID清单,注意用每个ID需要用’’包括</td> </tr> </tbody> </table> <h5>发送示例</h5> <pre><code>{ &amp;quot;currentWxPort&amp;quot;:&amp;quot;30002&amp;quot;, &amp;quot;wxidlist&amp;quot;: &amp;quot;themid,wxid_123456&amp;quot; }</code></pre> <h5>返回示例</h5> <pre><code>{ &amp;quot;count&amp;quot;: &amp;quot;2&amp;quot;, &amp;quot;data&amp;quot;: [ { &amp;quot;UserName&amp;quot;: &amp;quot;themid&amp;quot;, &amp;quot;LabelIDList&amp;quot;: &amp;quot;1,2&amp;quot; }, { &amp;quot;UserName&amp;quot;: &amp;quot;wxid_123456&amp;quot;, &amp;quot;LabelIDList&amp;quot;: &amp;quot;1,2&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;">LabelIDList</td> <td style="text-align: left;">string</td> <td>所属标签ID清单</td> </tr> </tbody> </table>

页面列表

ITEM_HTML