# 设置应用选部门组件可见部门权限
# host: https://yach-oapi.zhiyinlou.com 正式环境
# host: https://yach-oapi-test.zhiyinlou.com 测试环境
# 概述
名称 | 值 |
---|---|
地址 | /app/set/dept/permission |
请求方式 | POST |
参数 | 见【参数】 |
返回值 | 见【返回值】 |
# 参数
参数 | 参数类型 | 必须 | 说明 |
---|---|---|---|
access_token | String | 是 | 调用接口凭证 |
dept_full_ids | json | 是 | 所有可见部门全路径 |
# 注意
dept_full_ids:参数为 json 数组, 每一个部门全路径为数组中的一项,以英文|拼接,字段示例如下
[
"5|18292|18298|",
"5|18292|18297|"
]
# 返回值
{
"code": 200,
"msg": "",
"obj": {
}
}
← 设置应用投诉回调地址 获取应用权限组 →