<?php /** * 专题页 * Created by: PhpStorm * User: lytian * Date: 2019/9/9 * Time: 10:31 */ namespace app\common\constants; class SpecialPageConstants { const REDIS_KEY = 'SSP:'; }