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