Browse Source

设置接口新怎字段

root 5 years ago
parent
commit
22a815dd99
1 changed files with 2 additions and 2 deletions
  1. 2 2
      app/Http/Controllers/Api/V1/FurnitureController.php

+ 2 - 2
app/Http/Controllers/Api/V1/FurnitureController.php

xqd
@@ -151,11 +151,11 @@ class FurnitureController extends Controller
         $navbar = AlbumNavModel::where([['store_id', $store_id], ['state', 0]])->orderByDesc('sort')->get();
         //顶部菜单栏
         $menus = AlbumNavModel::where([['store_id', $store_id], ['state', 1]])->orderByDesc('sort')->get();
-
+        $go_url = 'https://t6.9026.com/web/index.php?c=user&a=login&';
         $conf = AlbumManufacturerModel::where('store_id',$store_id)->first();
         $getPhone = $conf->getPhone;
         $getFocus = $conf->getFocus;
-        return $this->api(compact('setting', 'banner', 'navbar', 'menus','getFocus'));
+        return $this->api(compact('setting', 'banner', 'navbar', 'menus','getFocus', 'go_url'));
     }