🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
>[info] 查询请假状态 调用本接口,查询指定企业下指定用户在指定时间段内每天的请假状态和请假时长信息。 **官方文档地址:** [链接](https://open.dingtalk.com/document/orgapp-server/query-status) ***** * 代码: ~~~ $userid_list='3045xxxxx74,010xxxx915'; $start_time='2021-11-01 12:12:12'; $end_time='2021-11-02 12:12:12'; $offset=0; $size =10; Approve::getLeaveStatus($userid_list,$start_time,$end_time,$offset,$size); ~~~