{
"id":938
}
curl --location --request POST 'http://127.0.0.1:8080/user/getFileHomeById' \
--header 'Content-Type: application/json' \
--data-raw '{
"id":938
}'
{
"code": 0,
"msg": "string",
"data": {
"id": 0,
"openId": "string",
"unionId": "string",
"fileName": "string",
"createDate": 0,
"updateDate": 0,
"folderId": null,
"type": "string",
"text": "string",
"count": null,
"label": 0,
"isNuil": null
}
}