移动(通过ID)
POST
http://localhost:5213/api/v3/run/file_move_id
请求参数
参数名
类型
描述
必填
file_id
string
示例: 文件ID(移动文件的时候发)
必填
folder_id
string
示例:nJMuW 文件夹ID (移动文件夹的时候发)
必填
target_id
string
示例:paqt3 要移动到的文件夹
必填
响应参数
参数名
类型
描述
必填
code
int
示例:0
必填
msg
string
示例:
必填
data
object
示例:null
必填
val
object
示例:null
必填
count
int
示例:0
必填