dyjh %!s(int64=6) %!d(string=hai) anos
pai
achega
d8fcd6374c
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      app/Http/Controllers/Api/V1/AlbumPosterController.php

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

xqd
@@ -72,6 +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);
         if ($userAuth->is_dealer != 1) {
             if ($userAuth->up_agent_id == 0) {
                 $name = $WeChatApp->name;