Jelajahi Sumber

fix: 返回临近几小时不可预约

zzb 1 tahun lalu
induk
melakukan
e8bccfe8cb
2 mengubah file dengan 5 tambahan dan 2 penghapusan
  1. 2 1
      app/api/controller/Index.php
  2. 3 1
      app/api/controller/接口文档.md

+ 2 - 1
app/api/controller/Index.php

@@ -48,7 +48,8 @@ class Index extends Base
             "notice" => [
                 "title" => Webconfig::getValue('notice_title'),
                 "content" => Webconfig::getValue('notice_content'),
-            ]
+            ],
+            "appointment_time_limit" => Webconfig::getValue('appointment_time_limit'),
         ]);
     }
 }

+ 3 - 1
app/api/controller/接口文档.md

@@ -3,7 +3,7 @@
 
 接口地址: /api/index/siteinfo
 
-更新时间: 2023-05-10
+更新时间: 2023-05-19
 
 请求方式:get / post
 
@@ -17,6 +17,7 @@
     "msg": "success",
     "time": "1682828132",
     "data": {
+        "appointment_time_limit":1, //临近几小时不可预约
         "banners": [    //轮播图
             {
                 "id": 1,
@@ -626,6 +627,7 @@
                 "address_id": "1",
                 "provider_id": 1,
                 "appointment_ticket_id": 1,
+                "appointment_date": "2023-01-02",
                 "appointment_time": "08:00:00 - 12:00:00",
                 "status": 0,
                 "remark": "",