<?php namespace JinDouYun\Controller\Index; class Index { public function index() { header('Location:https://qnys.liuniukj.com');exit(); } }