linwu 1 năm trước cách đây
mục cha
commit
df4ffb3a6d
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      app/api/controller/Appointment.php

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

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