获取数据库表名
<p><strong>简要描述:</strong></p>
<ul>
<li>用户注册接口</li>
</ul>
<p><strong>请求URL:</strong></p>
<ul>
<li><code>http://xx.com/indicator/indicatorbasicconfig/queryTables</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>GET</li>
</ul>
<p><strong>参数:</strong></p>
<p>无</p>
<p><strong>返回示例</strong></p>
<p>``` [
{
"tableComment": "阿里巴巴-数据接入接口请求记录表",
"tableName": "arc_alibaba_req_log"
},
{
"tableComment": "异步命令",
"tableName": "arc_async_command"
}
]</p>
<pre><code>
**返回参数说明**
|参数名|类型|说明|
|:-----|:-----|-----|
**备注**
- 更多返回错误代码请看首页的错误代码描述
欢迎使用ShowDoc!</code></pre>