{
"keyWord": "string"
}
curl --location --request POST 'api/FeiShuMultiTable/GetFsFolderList?type=1¤t&pageSize' \
--header 'Content-Type: application/json' \
--data-raw '{
"keyWord": "string"
}'
{
"errcode": 0,
"errmsg": "",
"result": {
"headList": [
{
"dataIndex": "t_name",
"title": "名称"
},
{
"dataIndex": "t_fathname",
"title": "所在文件夹"
},
{
"dataIndex": "t_url",
"title": "地址"
},
{
"dataIndex": "data_userid",
"title": "创建人"
},
{
"dataIndex": "addtime",
"title": "创建时间"
}
],
"dataList": [
{
"key": "5",
"t_name": "合同",
"t_url": "https://jinzhisoft.feishu.cn/base/HZ7zbjMxUa3cb7sUzjpcrsFOnjg",
"data_userid": {
"value": "1",
"label": "刘建平",
"formKey": 167,
"viewType": "link"
},
"addtime": "2025-06-25 11:14:21"
}
],
"total": 1
}
}