View Source WeChat.Work.WeDrive.FileACL (wechat v0.10.2)

微盘-文件权限

Link to this section Summary

Types

权限信息

权限范围

Link to this section Types

@type auth() :: integer()

权限信息

普通文档

普通文档

1: 仅浏览(可下载) 4: 仅预览(仅专业版企业可设置)

微文档

微文档:

1: 仅浏览(可下载) 2: 可编辑

@type auth_info() :: [map()]
@type auth_scope() :: 1..3

权限范围

  • 1: 指定人
  • 2: 企业内
  • 3: 企业外

Link to this section Functions