Key.php 141 B

123456789101112
  1. <?php
  2. namespace App\Module\Sys;
  3. class Key
  4. {
  5. /**
  6. * 二次验证是必须的
  7. */
  8. const must_bind_totp= 'must_bind_totp';
  9. }