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'] : '';