ThinkPHP5 Route 访问原地址非法请求

这是我配置的路由 use think\Route;Route::get('/',function(){ return 'Hello World'; }); Route::get([ 'news/:id/:name'=>'api/News/read', ]);  访问路由地址 http://localhost/shopapi/news/3/1 访问原地址 http://localhost/shopa
相关文章
相关标签/搜索