企业🤖AI Agent构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
>[info] 删除班次 调用本接口,根据班次ID删除考勤班次。 **官方文档地址:** [链接](https://open.dingtalk.com/document/orgapp-server/delete-shift) ***** * 代码: ~~~ $op_user_id = '123xxxxxxx5644'; $shift_id = 123xxxx666; Shift::remove($op_user_id, $shift_id); ~~~