ShortMsgConstants.php 247 B

123456789101112131415161718
  1. <?php
  2. /**
  3. * Created by PhpStorm.
  4. * User: Elton
  5. * Date: 2019/4/15
  6. * Time: 20:25
  7. */
  8. namespace app\common\constants;
  9. class ShortMsgConstants
  10. {
  11. # Redis key 前缀
  12. const REDISCODEPRE = 'SHORTMSG:';
  13. const VIP_SMS_CODE = 'vipsms:';
  14. }