diff --git a/app/api/controller/Shop.php b/app/api/controller/Shop.php index b3c96b08..500d7b69 100644 --- a/app/api/controller/Shop.php +++ b/app/api/controller/Shop.php @@ -73,6 +73,7 @@ class Shop extends Controller $times[] = [ 'value' => date('H:i', $timeOne), 'status' => $status, + 'time' => date('Y-m-d H:i:s', $timeOne) ]; $timeOne = $timeOne + 30 * 60; }