浏览代码

关闭预约

linwu 1 年之前
父节点
当前提交
bfecfc896f
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      app/api/controller/Appointment.php

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

@@ -121,7 +121,8 @@ class Appointment extends Base
             $tickets[$k] = $item;
         }
 
-        $this->json_success("查询成功", $tickets);
+//        $this->json_success("查询成功", $tickets);
+        $this->json_success("查询成功", []);
     }