users.php 245 B

123456789
  1. <?php
  2. return [
  3. 'superAdmin' => ['ldaaww','baoshi56','zhouyaping','shiyao','zhouzhendong','胡浩','zengjun','阿珺'],
  4. 'token_expire_minutes'=>7200,
  5. 'token_check_in_expire_minutes'=>7200, //打卡过期时间,单位为分钟
  6. ];