正在显示
1 个修改的文件
包含
4 行增加
和
0 行删除
| @@ -759,6 +759,10 @@ Route::middleware(['bloginauth'])->group(function () { | @@ -759,6 +759,10 @@ Route::middleware(['bloginauth'])->group(function () { | ||
| 759 | Route::any('/countQuantity', [\App\Http\Controllers\Bside\Geo\GeoQuestionResController::class, 'countQuantity'])->name('geo_result_countQuantity');//geo统计 | 759 | Route::any('/countQuantity', [\App\Http\Controllers\Bside\Geo\GeoQuestionResController::class, 'countQuantity'])->name('geo_result_countQuantity');//geo统计 |
| 760 | Route::any('/getSearchDate', [\App\Http\Controllers\Bside\Geo\GeoQuestionResController::class, 'getSearchDate'])->name('geo_result_getSearchDate');//搜索记录时间 | 760 | Route::any('/getSearchDate', [\App\Http\Controllers\Bside\Geo\GeoQuestionResController::class, 'getSearchDate'])->name('geo_result_getSearchDate');//搜索记录时间 |
| 761 | }); | 761 | }); |
| 762 | + //ticket | ||
| 763 | + Route::prefix('ticket_count')->group(function () { | ||
| 764 | + Route::any('/ticketCount', [\App\Http\Controllers\Bside\Ticket\TicketController::class,'ticketCount'])->name('ticket_count_ticketCount'); | ||
| 765 | + }); | ||
| 762 | }); | 766 | }); |
| 763 | //无需登录验证的路由组 | 767 | //无需登录验证的路由组 |
| 764 | Route::group([], function () { | 768 | Route::group([], function () { |
-
请 注册 或 登录 后发表评论