链街Dcat后台
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.

12 lines
199 B

  1. <?php
  2. namespace App\Libs\Redis;
  3. /**
  4. * @Constants
  5. */
  6. class RedisKey
  7. {
  8. const ACTIVITY_TYPE_LIMIT_NUMS = 'activity_type_limit_nums';
  9. const ACTIVITY_TYPE_SETTING = 'activity_type_setting';
  10. }