多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
>[info] 批量删除地点 调用本接口,在指定考勤组下批量删除position。 **官方文档地址:** [链接](https://open.dingtalk.com/document/orgapp-server/delete-position-in-batches-under-the-attendance-group) ***** * 代码: ~~~ $op_user_id = '1114511560774'; $group_key = '371DBC00FB0191E71866F6A585F07F5D'; $position_key_list = '23C4C1EDB7D4B997F32A638C9630299B'; $res = GroupManagement::groupPositionsRemove($op_user_id, $group_key, $position_key_list); echo $res; ~~~ * 返回: ``` { "errcode": 0, "errmsg": "ok", "result": { "success_list": [ "23C4C1EDB7D4B997F32A638C9630299B" ] }, "success": true, "request_id": "15sycbso8tor9" } ```