说明:Towify Live-Table-SDK
1.初始化
TL . init ( {
appId : 'xxxxxxx' ,
appKey : 'xxxxxxx' ,
apiBaseUrl : 'http://xxxxx.com'
} ) ;
2.表
2.1表列表
const tables = await TL . Table . getTables ( ) ;
2.2创建表
const table = await TL . Table . extends ( 'Car' )
<weixin_42098892> 上传 | 大小:15kb