linwu 1 жил өмнө
parent
commit
bfecfc896f

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