dyjh 6 yıl önce
ebeveyn
işleme
c2ccdfd24b

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

xqd xqd
@@ -2375,6 +2375,7 @@ class AlbumController extends Controller
                             'style' => $style->name,
                             'cat' => $cat->name,
                             'thumb' => $goods->thumb,
+                            'time' => date('Y-m-d H:i', strtotime($val['created_at'])),
                             'times' => 1
                         ];
                     }
@@ -2384,6 +2385,7 @@ class AlbumController extends Controller
                         'style' => $style->name,
                         'cat' => $cat->name,
                         'thumb' => $goods->thumb,
+                        'time' => date('Y-m-d H:i', strtotime($val['created_at'])),
                         'times' => 1
                     ];
                 }