wxhook

微信


查询已关注的公众号

<p>[TOC]</p> <h5>简要描述</h5> <ul> <li>查询已关注的公众号</li> </ul> <h5>请求URL</h5> <ul> <li><a href="http://localhost:30001/QueryDB">http://localhost:30001/QueryDB</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>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">dbname</td> <td style="text-align: left;">string</td> <td>数据库文件名(注意区分大小写)</td> </tr> <tr> <td style="text-align: left;">sql</td> <td style="text-align: left;">string</td> <td>查询语句</td> </tr> </tbody> </table> <h5>发送示例</h5> <pre><code>{     &amp;quot;dbname&amp;quot;:&amp;quot;MicroMsg.db&amp;quot;,     &amp;quot;sql&amp;quot;:&amp;quot;select BizName,Title from BizSessionNewFeeds&amp;quot; } </code></pre> <h5>返回示例</h5> <pre><code>{     &amp;quot;data&amp;quot;: [         {             &amp;quot;BizName&amp;quot;: &amp;quot;gh_73dfa11a7d00&amp;quot;,             &amp;quot;Title&amp;quot;: &amp;quot;公众平台测试账号系统&amp;quot;         },         {             &amp;quot;BizName&amp;quot;: &amp;quot;gh_15a4775c9f5f&amp;quot;,             &amp;quot;Title&amp;quot;: &amp;quot;未命名公众号&amp;quot;         },         {             &amp;quot;BizName&amp;quot;: &amp;quot;gh_eefcec7072d1&amp;quot;,             &amp;quot;Title&amp;quot;: &amp;quot;该帐号已冻结&amp;quot;         },         {             &amp;quot;BizName&amp;quot;: &amp;quot;gh_3c857d80a0ab&amp;quot;,             &amp;quot;Title&amp;quot;: &amp;quot;该帐号已注销&amp;quot;         },         {             &amp;quot;BizName&amp;quot;: &amp;quot;gh_e7e71fe92c19&amp;quot;,             &amp;quot;Title&amp;quot;: &amp;quot;看雪学苑&amp;quot;         },         {             &amp;quot;BizName&amp;quot;: &amp;quot;gh_fb242c15300f&amp;quot;,             &amp;quot;Title&amp;quot;: &amp;quot;吾爱破解论坛&amp;quot;         },         {             &amp;quot;BizName&amp;quot;: &amp;quot;gh_418dfd27e592&amp;quot;,             &amp;quot;Title&amp;quot;: &amp;quot;汉客儿&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;">data</td> <td style="text-align: left;">string</td> <td>查询到的数据</td> </tr> </tbody> </table> <h5>备注</h5> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul>

页面列表

ITEM_HTML