文件目录转移[文档管理]
POST
/openApi/store/moveFilePath
后端接口/文件存储
请求参数
Body 参数application/json
entId
string
必需
userId
string
必需
fid
integer
必需
newFolderId
string
必需
示例
{
"entId": "string",
"userId": "string",
"fid": 0,
"newFolderId": "string"
}
返回响应
🟢200成功
application/json
Body
status
integer
必需
code
integer
必需
msg
string
必需
result
object
必需
status
boolean
必需
message
string
必需
guid
string
必需
示例
{
"status": 200,
"code": 200,
"msg": "",
"result": {
"status": true,
"message": "文件移动成功!"
},
"guid": "1892daeb4e7a504e"
}
修改于 2023-04-23 07:16:06