SpecialPageConstants.php 195 B

12345678910111213141516
  1. <?php
  2. /**
  3. * 专题页
  4. * Created by: PhpStorm
  5. * User: lytian
  6. * Date: 2019/9/9
  7. * Time: 10:31
  8. */
  9. namespace app\common\constants;
  10. class SpecialPageConstants
  11. {
  12. const REDIS_KEY = 'SSP:';
  13. }