|
@ -12,9 +12,8 @@ $header = [ |
|
|
|
|
|
|
|
|
// 需要登陆的接口 使用中间件校验 请求路径 XwkjlLbDcG/test |
|
|
// 需要登陆的接口 使用中间件校验 请求路径 XwkjlLbDcG/test |
|
|
//Route::get('/test', 'Test/index'); |
|
|
//Route::get('/test', 'Test/index'); |
|
|
Route::post('/test', 'Test/index'); |
|
|
Route::post('/test', 'Test/testSendEmail'); |
|
|
Route::post('/test_upload', 'Upload/uploadVideo'); |
|
|
Route::post('/test_upload', 'Upload/uploadVideo'); |
|
|
Route::post('test_api', 'Config/quoteTopData'); |
|
|
|
|
|
Route::group('/', function () { |
|
|
Route::group('/', function () { |
|
|
// 国家和地区 |
|
|
// 国家和地区 |
|
|
Route::post('/country', 'Country/getAll'); |
|
|
Route::post('/country', 'Country/getAll'); |
|
|