执行SQL
<h5>简要描述</h5>
<ul>
<li>无</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>http://{{host}}:{{port}}/api</code> </li>
</ul>
<h5>请求方式</h5>
<ul>
<li>post</li>
</ul>
<h5>请求参数示例</h5>
<pre><code>{
"mode": 100,
"data": {
"dbname": "PublicMsg.db",
"sql": "select * from sqlite_master where type='table' ;",
"wxpid": 10832
}
}
</code></pre>