瀏覽代碼

change the heart redis table name

git 5 年之前
父節點
當前提交
da26d4adc7
共有 2 個文件被更改,包括 2 次插入2 次删除
  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