删除协作者
POST
http://localhost:5213/api/v3/file/del_share
请求参数
参数名
类型
描述
必填
type
int
示例:1 //1分享给人 2分享给群 3 分享给部门
必填
pid
string
示例:321 //对方ID
必填
run_type
int
示例:1 //1文件夹 2文件
必填
fid_ps
string
示例:2WqcZ //文件ID
必填
响应参数
参数名
类型
描述
必填
code
int
示例:0
必填
msg
string
示例:ok
必填
data
object
示例:null
必填