ShortUrl.php 174 B

1234567891011
  1. <?php
  2. namespace app\common\constants;
  3. class ShortUrl
  4. {
  5. /**
  6. * 短链接使用的相对路径,注意:前后不包含'/'
  7. */
  8. const SHORT_URL_PATH = 'j';
  9. }