💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
>[info] 通知换班通过 通过本接口,换班审批通过后,通知考勤执行换班动作,可以和自己换班,也可以和别人换班。 **官方文档地址:** [链接](https://open.dingtalk.com/document/orgapp-server/shift-change-operation-after-approval) ***** * 代码: ~~~ $json = [ 'userid' => '30x0774', 'switch_date' => '2021-11-01', 'reback_date' => '2021-11-04', 'apply_userid'=>'30xxxxx774', 'target_userid'=>'010xxxxx915', 'approve_id' =>'2021xxxxx1000', 'apply_shift_id'=>3xxx496, 'target_shift_id'=>43xxxx172, 'reback_apply_shift_id'=>38xxxx96, 'reback_target_shift_id'=>43xx72 ]; Approve::scheduleSwitch($json); ~~~