后台管理IM通信


生成备份文件

<h5>请求URL</h5> <ul> <li><code>http://xx.com/sql/allTables</code></li> </ul> <h5>Headers</h5> <ul> <li>token</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> </tbody> </table> <h5>请求示例</h5> <pre><code>{ &amp;quot;withData&amp;quot;: 0,//1 数据和结构 0 仅结构 &amp;quot;tables&amp;quot;: [//是否导出指定表,[]生成全部,有值则生成指定表 &amp;quot;im_address_book&amp;quot;, &amp;quot;im_account&amp;quot; ] }</code></pre> <h5>返回示例</h5> <pre><code>{ &amp;quot;error_code&amp;quot;: 0, &amp;quot;msg&amp;quot;: &amp;quot;success&amp;quot;, &amp;quot;data&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;">error_code</td> <td style="text-align: left;">int</td> <td>0成功</td> </tr> <tr> <td style="text-align: left;">msg</td> <td style="text-align: left;">string</td> <td>success</td> </tr> </tbody> </table> <h5>备注</h5> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul>

页面列表

ITEM_HTML