在路由上注册
Route::get('api/:version/cat','api/:version.cat/read');
访问 domian/api/v1/cat 对应api/controller/v1/cat/read