|
@@ -700,6 +700,11 @@ Route::middleware(['bloginauth'])->group(function () { |
|
@@ -700,6 +700,11 @@ Route::middleware(['bloginauth'])->group(function () { |
|
700
|
Route::prefix('google_keyword_insight')->group(function () {
|
700
|
Route::prefix('google_keyword_insight')->group(function () {
|
|
701
|
Route::any('/getKeywordInsight', [\App\Http\Controllers\Bside\GoogleKeywordInsight\GoogleKeywordInsightController::class, 'getKeywordInsight'])->name('google_keyword_insight_getKeywordInsight');
|
701
|
Route::any('/getKeywordInsight', [\App\Http\Controllers\Bside\GoogleKeywordInsight\GoogleKeywordInsightController::class, 'getKeywordInsight'])->name('google_keyword_insight_getKeywordInsight');
|
|
702
|
});
|
702
|
});
|
|
|
|
703
|
+
|
|
|
|
704
|
+ //企业产品库
|
|
|
|
705
|
+ Route::prefix('enterprise_product')->group(function () {
|
|
|
|
706
|
+ Route::any('/getEnterProduct', [\App\Http\Logic\Bside\SeoSetting\EnterpriseProductController::class, 'getEnterProduct'])->name('enterprise_product_getEnterProduct');
|
|
|
|
707
|
+ });
|
|
703
|
});
|
708
|
});
|
|
704
|
//无需登录验证的路由组
|
709
|
//无需登录验证的路由组
|
|
705
|
Route::group([], function () {
|
710
|
Route::group([], function () {
|