文档
测试

查询数据表信息

POST
http://113.204.181.78:18081/apin/work/dynamicForm/showTable

请求头

参数名
类型
描述
必填
Authorization
Bearer {token} 注意Bearer后有空格
必填

响应参数

参数名
类型
描述
必填
code
int
示例:1
必填
result
array
数据列表
必填
tableSchema
string
数据库名 示例:dmp
必填
tableName
string
表名 示例:QRTZ_BLOB_TRIGGERS
必填
tableComment
string
描述 示例:
必填

说明 / 示例

请求参数 返回报文 { "code": 1, "result": [ { "tableSchema": "dmp", "tableName": "QRTZ_BLOB_TRIGGERS", "tableComment": "" } ] }