From 4b00b49b9c8339be013eac2e8dd37a00aa9cb25c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=8D=8E=E6=B8=85?= <18691022700@163.com> Date: Tue, 20 Jan 2026 19:09:56 +0800 Subject: [PATCH] =?UTF-8?q?=E8=90=A5=E4=B8=9A=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/api/model/Room.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/api/model/Room.php b/application/api/model/Room.php index c5554b99..650aa33d 100644 --- a/application/api/model/Room.php +++ b/application/api/model/Room.php @@ -903,7 +903,7 @@ class Room extends Model $isBusinessHours = $this-> isBetweenTime($startTime, $endTime, $currentTime); // 输出结果 if (!$isBusinessHours) { - return ['code' => 0, 'msg' => '当前时间不在营业时间内', 'data' => '']; + return ['code' => 0, 'msg' => '当前时间此房间不在营业时间内', 'data' => '']; } }