dyjh 6 years ago
parent
commit
db014fc622
1 changed files with 2 additions and 2 deletions
  1. 2 2
      app/Http/Controllers/Api/V1/AlbumController.php

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

@@ -2430,9 +2430,9 @@ class AlbumController extends Controller
                 }
                 }
 
 
             }
             }
-            dd(111);
+
             krsort($arr);
             krsort($arr);
-        }
+        }dd(111);
         return $this->api($arr,0,'success');
         return $this->api($arr,0,'success');
     }
     }