文档
测试

数据容器新增表

POST
/datacontainer/addtable

接口描述

新增数据容器

请求参数

参数名
类型
描述
必填
app_id
int
应用id
必填
table_name
string
表英文名称
必填
table_title
string
表中文标题
必填
table_desc
string
表简介
必填

响应参数

参数名
类型
描述
必填
code
int
状态码,0为成功,其他为错误
必填
msg
string
错误信息
必填
data
object
返回数据
必填
table_id
int
表id
必填