|
...
|
...
|
@@ -759,6 +759,10 @@ Route::middleware(['bloginauth'])->group(function () { |
|
|
|
Route::any('/countQuantity', [\App\Http\Controllers\Bside\Geo\GeoQuestionResController::class, 'countQuantity'])->name('geo_result_countQuantity');//geo统计
|
|
|
|
Route::any('/getSearchDate', [\App\Http\Controllers\Bside\Geo\GeoQuestionResController::class, 'getSearchDate'])->name('geo_result_getSearchDate');//搜索记录时间
|
|
|
|
});
|
|
|
|
//ticket
|
|
|
|
Route::prefix('ticket_count')->group(function () {
|
|
|
|
Route::any('/ticketCount', [\App\Http\Controllers\Bside\Ticket\TicketController::class,'ticketCount'])->name('ticket_count_ticketCount');
|
|
|
|
});
|
|
|
|
});
|
|
|
|
//无需登录验证的路由组
|
|
|
|
Route::group([], function () {
|
...
|
...
|
|