{
"fileId": 5,
"cate": "文件格式",
"fileType": 1,
"parentId": 0,
"name": "名称",
"src": "http:192.168.333.09999",
"size": 10,
"ext": ".phpjavaphony",
"md5": "md5",
"userId": "11"
}curl --location --request POST '/im/file' \
--header 'Authorization: Bearer {{Authorization}}' \
--header 'Clientid: e5cd7e4891bf95d1d19206ce24a7b32e' \
--header 'TenantId: 000000' \
--header 'Content-Type: application/json' \
--data-raw '{
"fileId": 5,
"cate": "文件格式",
"fileType": 1,
"parentId": 0,
"name": "名称",
"src": "http:192.168.333.09999",
"size": 10,
"ext": ".phpjavaphony",
"md5": "md5",
"userId": "11"
}'{
"code":0,
"data":null,
"message":"成功",
"status":200
}