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

<?php
namespace App\Libs\Redis;
/**
* @Constants
*/
class RedisKey
{
const ACTIVITY_TYPE_LIMIT_NUMS = 'activity_type_limit_nums';
const ACTIVITY_TYPE_SETTING = 'activity_type_setting';
}