123456789101112131415161718 |
- <?php
- /**
- * Created by PhpStorm.
- * User: Elton
- * Date: 2019/4/15
- * Time: 20:25
- */
- namespace app\common\constants;
- class ShortMsgConstants
- {
- # Redis key 前缀
- const REDISCODEPRE = 'SHORTMSG:';
- const VIP_SMS_CODE = 'vipsms:';
- }
|