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($departmentId, int $start, array $params = [])

Example

$app->checkin->record(123, 1467707227000, [
    'order' => 'desc',
    // ...
]);
Clone this wiki locally