获取单条数据
操作步骤
参数
类型
必填
说明
参数
类型
必填
说明
示例
String tableName = 'tableName';
String recordId = '5f4f8b77818361658051f504';
TableObject tableObject = new TableObject(tableName);
try {
TableRecord data = await tableObject.get(recordId);
} catch (e) {
print(e.toString());
}错误码 err.code
可能的原因
字段过滤与扩展
Last updated
Was this helpful?