wesmiler 2 hari lalu
induk
melakukan
e772b1ccc8
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      app/Http/Controllers/Api/v1/IndexController.php

+ 1 - 1
app/Http/Controllers/Api/v1/IndexController.php

@@ -66,7 +66,7 @@ class IndexController extends webApp
         try {
             $data = [
                 // 轮播
-                'banners' => AdService::make()->getListByPosition(2), // 轮播
+                'banners' => AdService::make()->getListByPosition(1), // 轮播
                 'config'=>[
                     'app_name' => ConfigService::make()->getConfigByCode('app_name'),
                     'app_logo' => get_image_url(ConfigService::make()->getConfigByCode('app_logo')),