pull/1/head
wanghousheng 10 months ago
parent 367836f54b
commit 21c2a3ee3d
  1. 1
      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;
}

Loading…
Cancel
Save