CommonConst.php 258 B

1234567891011121314151617
  1. <?php
  2. /**
  3. * @author luolongf <[email protected]>
  4. * @date 2024-01-26
  5. * @time 12:22
  6. */
  7. namespace Luolongfei\App\Constants;
  8. class CommonConst
  9. {
  10. /**
  11. * @var string aws waf token 的 key
  12. */
  13. public const AWS_WAF_TOKEN = 'AWS_WAF_TOKEN';
  14. }