<?php
namespace JinDouYun\Controller\Index;

class Index
{
    public function index()
    {
        header('Location:https://junhailan.com');exit();
    }
}