wxhook

微信


获取所有标签清单

<p>[TOC]</p> <h5>简要描述</h5> <ul> <li>获取所有标签清单</li> </ul> <h5>请求URL</h5> <ul> <li><code>http://localhost:30001/GetContactLabelList</code></li> </ul> <h5>请求方式</h5> <ul> <li>POST </li> </ul> <h5>发送参数</h5> <p>无</p> <h5>返回示例</h5> <pre><code>{     &amp;quot;inc&amp;quot;: &amp;quot;3&amp;quot;,     &amp;quot;data&amp;quot;: [         {             &amp;quot;name&amp;quot;: &amp;quot;万达&amp;quot;,             &amp;quot;id&amp;quot;: &amp;quot;1&amp;quot;         },         {             &amp;quot;name&amp;quot;: &amp;quot;金科&amp;quot;,             &amp;quot;id&amp;quot;: &amp;quot;2&amp;quot;         },         {             &amp;quot;name&amp;quot;: &amp;quot;碧桂园&amp;quot;,             &amp;quot;id&amp;quot;: &amp;quot;3&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;">inc</td> <td style="text-align: left;">string</td> <td>标签数量</td> </tr> <tr> <td style="text-align: left;">name</td> <td style="text-align: left;">string</td> <td>标签名称</td> </tr> <tr> <td style="text-align: left;">id</td> <td style="text-align: left;">string</td> <td>标签ID</td> </tr> </tbody> </table>

页面列表

ITEM_HTML