{
"fid": "string",
"entId": "string",
"userId": "string"
}
curl --location --request POST '/openApi/store/getFileUrlByFId' \
--header 'X-Qpaas-Dev-Tags: ylh' \
--header 'Cookie: PHPSESSID=2b6bcd0d-8fbe-4dfc-86f7-1f52397d4b0a; access_token=2b6bcd0d-8fbe-4dfc-86f7-1f52397d4b0a' \
--header 'Content-Type: application/json' \
--data-raw '{
"fid": "string",
"entId": "string",
"userId": "string"
}'
{
"status": 200,
"code": 200,
"msg": "",
"result": "http://fileUrl",
"guid": "9ffc15595897ef3f"
}