目录
- 生成前台 Url
- 生成微信 Url
- 生成Api Url
- 生成OAuth2 Url
- 生成Storage Url
- 生成不自带 merchant_id 的 Url
引入
use common\helpers\Url;
Url::toFront(['index']);
Url::toHtml5(['index']);
Url::toApi(['index']);
Url::toOAuth2(['index']);
Url::toStorage(['index']);
下面例子生成为不带 merchant_id 的前台地址
Url::removeMerchantIdUrl('toFront', ['index']);