From 45e07a4b09890a1f76c9793fc7c27490ddee9475 Mon Sep 17 00:00:00 2001 From: wanghousheng Date: Sat, 3 Feb 2024 22:40:11 +0800 Subject: [PATCH] 1 --- app/api/controller/Shop.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/api/controller/Shop.php b/app/api/controller/Shop.php index 8895399d..b3c96b08 100644 --- a/app/api/controller/Shop.php +++ b/app/api/controller/Shop.php @@ -78,6 +78,7 @@ class Shop extends Controller } $data[] = [ 'name' => $array[date("w", strtotime($start_time))], + 'date' => date('m-d', strtotime($start_time)), 'list' => $times, ]; }