소스 검색

关闭预约

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("查询成功", []);
     }