文档
测试

批量修改权限

POST
http://localhost:5212/api/v3/edit_share_more

请求参数

参数名
类型
描述
必填
member_list
array
数据列表
必填
type
int
示例:1 //1分享给人 2会话 3 分享给部门
必填
pid
string
//对方openID
必填
power
int
示例:1 //1只读 2编辑
必填
run_type
int
示例:2 //1文件夹 2文件或文档
必填
fid_ps
string
示例:GXYHA 标识的加密ID
必填

响应参数

参数名
类型
描述
必填
code
int
示例:0
必填
msg
string
示例:ok
必填
data
object
示例:null
必填
val
object
示例:null
必填
count
int
示例:0
必填