tongshanglei 1 년 전
부모
커밋
18f0ac1216
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      catch/api/controller/Api.php

+ 2 - 2
catch/api/controller/Api.php

@@ -238,8 +238,8 @@ class Api extends CatchController
                             //相同 则更新时间
                             $redis->hSet($hashKey,$key,json_encode($report_data));
                         }else{
-                            //毕竟数据时间
-                            //新数据更晚上报
+                            //比较数据时间
+                            //默认新数据更晚上报
                             $send_data=[
                                 "mac"=>$mac,
                                 "label"=>$label,