{
"entId": "string",
"userId": "string",
"fid": 0,
"newFolderId": "string"
}
curl --location --request POST '/openApi/store/moveFilePath' \
--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 '{
"entId": "string",
"userId": "string",
"fid": 0,
"newFolderId": "string"
}'
{
"status": 200,
"code": 200,
"msg": "",
"result": {
"status": true,
"message": "文件移动成功!"
},
"guid": "1892daeb4e7a504e"
}