<?php namespace app\common\constants; class ShortUrl { /** * 短链接使用的相对路径,注意:前后不包含'/' */ const SHORT_URL_PATH = 'j'; }