wxhook

微信


查询用户所属标签ID

<p>[TOC]</p> <h5>简要描述</h5> <ul> <li>查询用户所属标签ID清单</li> </ul> <h5>请求URL</h5> <ul> <li><code>http://127.0.0.1:30001/QueryDB</code></li> </ul> <h5>请求方式</h5> <ul> <li><code>POST</code></li> </ul> <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;">wxidlist</td> <td style="text-align: left;">string</td> <td>微信ID清单,注意用每个ID需要用''包括</td> </tr> </tbody> </table> <h5>发送参数</h5> <pre><code>{     &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