pull/1/head
wanghousheng 10 months ago
parent 3f82c0c0e9
commit 45e07a4b09
  1. 1
      app/api/controller/Shop.php

@ -78,6 +78,7 @@ class Shop extends Controller
} }
$data[] = [ $data[] = [
'name' => $array[date("w", strtotime($start_time))], 'name' => $array[date("w", strtotime($start_time))],
'date' => date('m-d', strtotime($start_time)),
'list' => $times, 'list' => $times,
]; ];
} }

Loading…
Cancel
Save