合规国际互联网加速 OSASE为企业客户提供高速稳定SD-WAN国际加速解决方案。 广告
>[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); ~~~