dyjh 6 년 전
부모
커밋
ee5d22c749
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/Http/Controllers/Api/V1/AlbumPosterController.php

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

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