🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
>[info] 查询考勤写操作权限 调用本接口,查询企业员工在考勤组内的操作权限。 **官方文档地址:** [链接](https://open.dingtalk.com/document/orgapp-server/attendance-writing-operation-is-brand-new-query) ***** * 代码: ~~~ $opUserId = '1114511560774'; $category = 'GROUP'; $resourceKey = 'DELETE_GROUP'; $entityIds = [1043550172]; $res = GroupManagement::groupWritePermissionsQuery($opUserId, $category, $resourceKey, $entityIds); echo $res; ~~~ * 返回: ``` { "entityPermissionMap": { "1043550172": true } } ```