硕顺crm后台
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

16 lines
340 B

<?php
$app = require __DIR__ . '/app.php';
/** @var \WeWork\Api\CheckIn $checkIn */
$checkIn = $app->get('checkIn');
try {
$checkIn->getOption(1511971200, ['james', 'paul']);
} catch (Exception $e) {
}
try {
$checkIn->getData(\WeWork\Api\CheckIn::TYPE_ALL, 1492617600, 1492790400, ['james', 'paul']);
} catch (Exception $e) {
}