<?php use think\facade\Route; //员工端 Route::group('/user/api', function () { //News/update Route::get('hello', 'Index@hello'); //->controller('api/Index','hello'); })->namespace('app\api\controller');