应用场景
定义路由访问前缀
文件地址:project\app\Providers\RouteServiceProvider.php
/**
* Define the "api" routes for the application.
*
* These routes are typically stateless.
*
* @return void
*/
protected function mapApiRoutes()
{
Route::prefix(
应用场景
定义路由访问前缀
文件地址:project\app\Providers\RouteServiceProvider.php
/**
* Define the "api" routes for the application.
*
* These routes are typically stateless.
*
* @return void
*/
protected function mapApiRoutes()
{
Route::prefix(
微信扫码登录