链街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.

13 lines
194 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 PROGRAM_SHARE_CARD = 'program_share_card';
  10. }