|
@@ -698,11 +698,11 @@ Route::middleware(['bloginauth'])->group(function () { |
|
@@ -698,11 +698,11 @@ Route::middleware(['bloginauth'])->group(function () { |
|
698
|
|
698
|
|
|
699
|
//google数据洞察
|
699
|
//google数据洞察
|
|
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\GoogleKeyword\GoogleKeywordInsightController::class, 'getKeywordInsight'])->name('google_keyword_insight_getKeywordInsight');
|
|
702
|
});
|
702
|
});
|
|
703
|
//google搜索数据
|
703
|
//google搜索数据
|
|
704
|
Route::prefix('google_search')->group(function () {
|
704
|
Route::prefix('google_search')->group(function () {
|
|
705
|
- Route::any('/getSearchList', [\App\Http\Controllers\Bside\GoogleKeywordInsight\GoogleSearchController::class, 'getSearchList'])->name('google_search_getSearchList');
|
705
|
+ Route::any('/getSearchList', [\App\Http\Controllers\Bside\GoogleKeyword\GoogleSearchController::class, 'getSearchList'])->name('google_search_getSearchList');
|
|
706
|
});
|
706
|
});
|
|
707
|
//企业产品库
|
707
|
//企业产品库
|
|
708
|
Route::prefix('enterprise_product')->group(function () {
|
708
|
Route::prefix('enterprise_product')->group(function () {
|