|
|
@ -653,10 +653,11 @@ Route::group('/', function () { |
|
|
|
->middleware('admin_auth'); |
|
|
|
|
|
|
|
|
|
|
|
Route::post('/admin/log', 'Admin/log')->allowCrossDomain($header)->middleware('admin_auth'); |
|
|
|
//Route::post('/admin/log', 'Admin/log')->allowCrossDomain($header)->middleware('admin_auth'); |
|
|
|
|
|
|
|
//登陆 |
|
|
|
Route::post('/login/login', 'Login/login')->allowCrossDomain($header); |
|
|
|
|
|
|
|
// 缓存股票数据 |
|
|
|
Route::get('/cacheIdnStock', 'Index/cacheIdnStock'); |
|
|
|
Route::get('/cacheUsStock', 'Index/cacheUsStock'); |
|
|
@ -670,8 +671,6 @@ Route::get('/cacheFurStock', 'Index/cacheFurStock'); |
|
|
|
Route::get('/cacheEurStock', 'Index/cacheEurStock'); |
|
|
|
Route::get('/cacheBrlStock', 'Index/cacheBrlStock'); |
|
|
|
Route::get('/cacheJpStock', 'Index/cacheJpStock'); |
|
|
|
|
|
|
|
|
|
|
|
Route::get('/cacheForex', 'Index/cacheForex'); |
|
|
|
Route::get('/cacheIndexInrStock', 'Index/cacheIndexInrStock'); //印度股指缓存 |
|
|
|
Route::get('/cacheInOption', 'Index/cacheInOption'); |
|
|
@ -681,7 +680,7 @@ Route::get('/invite_code', 'Admin/inviteCode'); |
|
|
|
Route::get('/cache_redis', 'Index/cacheRedis'); |
|
|
|
Route::get('/test_send', 'Index/sendToGo'); |
|
|
|
|
|
|
|
Route::get('/sign_stock', 'Index/signStock'); |
|
|
|
Route::get('/sign_stock', 'Index/signStock'); // crontab任务:执行IPO中签 |
|
|
|
Route::post('/add_stock', 'Index/autoAddStock'); |
|
|
|
|
|
|
|
Route::get('/deal_stock', 'Index/dealStock'); |
|
|
|