{
"uuid": "",
"newmsgid": "",
"msgcontent": "",
"msgtype": 0
}curl --location --request POST '/v1/message/getfiledowninfo' \
--header 'token;' \
--header 'Content-Type: application/json' \
--data-raw '{
"uuid": "",
"newmsgid": "",
"msgcontent": "",
"msgtype": 0
}'{
"code": 0,
"data": [
{
"filename": "string",
"filetitle": "string",
"fileurl": "string",
"filelen": "string",
"filesize": "string",
"fileext": "string"
}
],
"message": "string",
"rowcount": 0,
"showmsg": true,
"statusText": "string"
}