作者 lyh

gx

@@ -7,7 +7,7 @@ @@ -7,7 +7,7 @@
7 * @time :2025/3/25 14:23 7 * @time :2025/3/25 14:23
8 */ 8 */
9 9
10 -namespace App\Http\Controllers\Bside\GoogleKeywordInsight; 10 +namespace App\Http\Controllers\Bside\GoogleKeyword;
11 11
12 use App\Enums\Common\Code; 12 use App\Enums\Common\Code;
13 use App\Http\Controllers\Bside\BaseController; 13 use App\Http\Controllers\Bside\BaseController;
@@ -7,7 +7,7 @@ @@ -7,7 +7,7 @@
7 * @time :2025/3/27 13:53 7 * @time :2025/3/27 13:53
8 */ 8 */
9 9
10 -namespace App\Http\Controllers\Bside\GoogleKeywordInsight; 10 +namespace App\Http\Controllers\Bside\GoogleKeyword;
11 11
12 use App\Enums\Common\Code; 12 use App\Enums\Common\Code;
13 use App\Http\Controllers\Bside\BaseController; 13 use App\Http\Controllers\Bside\BaseController;
@@ -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 () {