likang 2 년 전
부모
커밋
5571ea714b
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      catch/tag_history/controller/TagHistory.php

+ 1 - 0
catch/tag_history/controller/TagHistory.php

@@ -27,6 +27,7 @@ class TagHistory extends CatchController
     public function index(Request $request): \think\Response
     {
 
+        debug_log("TEST","在查询数据");
         $data = $request->get();
         $time =  isset($data['time']) ? $data['time'] : '';
         $mac = isset($data['mac']) ? $data['mac'] : '';