| 1234567891011121314151617 |
- <?php
- /**
- * @author luolongf <[email protected]>
- * @date 2024-01-26
- * @time 12:22
- */
- namespace Luolongfei\App\Constants;
- class CommonConst
- {
- /**
- * @var string aws waf token 的 key
- */
- public const AWS_WAF_TOKEN = 'AWS_WAF_TOKEN';
- }
|