dyjh 6 năm trước cách đây
mục cha
commit
7c57e673a4
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      app/Http/Controllers/Api/V1/AlbumPosterController.php

+ 1 - 1
app/Http/Controllers/Api/V1/AlbumPosterController.php

xqd
@@ -72,7 +72,7 @@ class AlbumPosterController extends Controller
         $store_id = $request->input('store_id');
         $info = AlbumPosterModel::where('store_id', $store_id)->first()->toArray();
         $WeChatApp = AlbumManufacturerModel::where('store_id', $store_id)->first();
-        dd($WeChatApp);
+        dd($info);
         if ($userAuth->is_dealer != 1) {
             if ($userAuth->up_agent_id == 0) {
                 $name = $WeChatApp->name;