Przeglądaj źródła

change the heart redis table name

git 5 lat temu
rodzic
commit
da26d4adc7
2 zmienionych plików z 2 dodań i 2 usunięć
  1. 1 1
      Home/Lib/Action/ApiAction.class.php
  2. 1 1
      czapp

+ 1 - 1
Home/Lib/Action/ApiAction.class.php

@@ -168,7 +168,7 @@ class ApiAction extends Action {
 		}
 		$lastLoactionTime = $onlineTime;
 		//心跳时间
-		$gpsHeart = Redis('rfld_gps_last_location','hash');
+		$gpsHeart = Redis('rfld_gps_last_heartbeat','hash');
 		$heartTime = $gpsHeart->get($gpsNumber);
 		if(!$heartTime){
 			$heartTime = false;

+ 1 - 1
czapp

@@ -1 +1 @@
-Subproject commit 1bed89af5dccd732b29ad10bffd78db5ca6a8dd1
+Subproject commit 588973b16c88038020992dd4b65e906047f1d535