|
@@ -16,10 +16,10 @@
|
|
|
|
|
|
use think\facade\Route;
|
|
use think\facade\Route;
|
|
|
|
|
|
|
|
+echo 222;die;
|
|
// route/app.php
|
|
// route/app.php
|
|
Route::get('apidoc/config', "\\hg\\apidoc\\Controller@getConfig");
|
|
Route::get('apidoc/config', "\\hg\\apidoc\\Controller@getConfig");
|
|
Route::get('apidoc/data', "\\hg\\apidoc\\Controller@getList");
|
|
Route::get('apidoc/data', "\\hg\\apidoc\\Controller@getList");
|
|
Route::post('apidoc/auth', "\\hg\\apidoc\\Controller@verifyAuth");
|
|
Route::post('apidoc/auth', "\\hg\\apidoc\\Controller@verifyAuth");
|
|
|
|
|
|
-Route::get('aaa/login', "\\hg\\apidoc\\Controller@getList");
|
|
|
|
|
|
|