Route::any('/test', [app\api\controller\AggregationController::class, 'test']);
Route::any('/test2', [app\api\controller\AggregationController::class, 'test2']);
Route::any('/test3', [app\api\controller\AggregationController::class, 'test3']);
這個(gè)有什么優(yōu)化的寫(xiě)法,相當(dāng)于是我訪問(wèn)根目錄下加的參數(shù),直接跳到app\api\controller\AggregationController::class這個(gè)下面的方法上面去
看了手機(jī)挨個(gè)試都不行