laravel 前端有?id=12这么一个api请求,请教路由怎么写
前端请求:http://***.test/api/v1/list?id=17
Route::get('/api/v1/list?id={id}', [\App\Http\Controllers\SignController::class, 'list']);
提示这样的错误
Oops! An Error Occurred
The server returned a "405 Method Not Allowed".
Something is broken. Please let us know what you were doing when this error occurred. We will fix it as soon as possible. Sorry for any inconvenience caused.
本作品采用《CC 协议》,转载必须注明作者和本文链接
推荐文章: