{
"id":1146
}
curl --location --request POST 'http://127.0.0.1:8080/user/selectAllDirTextFile' \
--header 'X-Access-Token: 112233' \
--header 'Content-Type: application/json' \
--data-raw '{
"id":1146
}'
{
"code": 0,
"msg": "string",
"data": {
"fileHomeList": [
{
"id": 0,
"openId": "string",
"unionId": "string",
"fileName": "string",
"createDate": 0,
"updateDate": 0,
"folderId": 0,
"type": "string",
"text": "string",
"count": null,
"label": 0,
"isNuil": null
}
]
}
}