wesmiler 1 giorno fa
parent
commit
a430875cc5
1 ha cambiato i file con 8 aggiunte e 0 eliminazioni
  1. 8 0
      app/Http/Controllers/Api/v1/IndexController.php

+ 8 - 0
app/Http/Controllers/Api/v1/IndexController.php

@@ -65,6 +65,14 @@ class IndexController extends webApp
     {
     {
         try {
         try {
             $data = [
             $data = [
+                'menus'=>[
+                    ['id'=>4,'name'=>'男神玩具'],
+                    ['id'=>5,'name'=>'女神玩具'],
+                    ['id'=>6,'name'=>'私密养护'],
+                    ['id'=>7,'name'=>'情趣服饰'],
+                    ['id'=>8,'name'=>'SM房趣'],
+                    ['id'=>9,'name'=>'体感娃娃'],
+                ],
                 // 轮播
                 // 轮播
                 'banners' => AdService::make()->getListByPosition(1), // 轮播
                 'banners' => AdService::make()->getListByPosition(1), // 轮播
                 'config'=>[
                 'config'=>[