获取文件全局ID
POST
/openApi/store/getUniqueId
后端接口/文件存储
请求参数
Body 参数application/json
fid
integer
必需
entId
string
必需
示例
{
"fid": 166362,
"entId": "ceshiQiye"
}
返回响应
🟢200成功
application/json
Body
status
integer
必需
code
integer
必需
msg
string
必需
result
string
必需
guid
string
必需
示例
{
"status": 200,
"code": 200,
"msg": "",
"result": "5e145ab76c5b8a1a2a598a41",
"guid": "c7f8db5d5152b7be"
}
修改于 2023-04-23 07:16:06