获取文件URL
POST
/openApi/store/getFileUrlByFId
后端接口/文件存储
请求参数
Body 参数application/json
fid
string
必需
entId
string
企业ID
userId
string
用户ID
示例
{
"fid": "string",
"entId": "string",
"userId": "string"
}
返回响应
🟢200成功
application/json
Body
status
integer
必需
code
integer
必需
msg
string
必需
result
string
必需
guid
string
必需
示例
{
"status": 200,
"code": 200,
"msg": "",
"result": "http://fileUrl",
"guid": "9ffc15595897ef3f"
}
修改于 2023-09-08 07:27:42