Skip to content

Instantly share code, notes, and snippets.

<?php
// By:君.无敌 end 2025/07/25
namespace app\admin\controller;
class Rewrite extends Admin
{
public function initialize()
{
parent::initialize();
<?php
namespace app\middleware;
class Templateseo
{
private $getMap = [];
private $getCodes = [];
public function handle($request, \Closure $next)
{