// +---------------------------------------------------------------------- use think\facade\Route; Route::group('/api',function (){ Route::get('/index/hello', '\app\api\controller\Index@index'); });