dyjh 6 years ago
parent
commit
c4413e9b7e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Http/Controllers/Admin/Album/ProductController.php

+ 1 - 1
app/Http/Controllers/Admin/Album/ProductController.php

xqd
@@ -82,7 +82,7 @@ class ProductController extends Controller
                 'id'   => 0
             ];
         }
-        dd($cat);
+        print_r($cat);die;
         return response()->json([
             'data' => $cat,
             'code' => 0