Skip to content
This repository has been archived by the owner on May 7, 2021. It is now read-only.

考勤管理

张铭阳 edited this page Oct 1, 2017 · 1 revision

考勤打卡记录开放

API

array record(array $userIds, string $from, string $to)

Example

$app->attendance->record(['zhangsan', 'lisi'], '2017-10-01 10:00:00', '2017-10-10 10:00:00');
Clone this wiki locally