group(function () { Route::any('/', 'TestSomethingController@wechat'); Route::get('/t', 'TestSomethingController@index'); });