6 lines
93 B
PHP
6 lines
93 B
PHP
<?php
|
|
use think\facade\Route;
|
|
|
|
|
|
// Route::post('api/login', 'index/Login/login'); // 登录
|