|
@@ -329,15 +329,15 @@ class CronAction extends Action {
|
|
|
|
|
|
// fly 轨迹数据
|
|
|
$msg_data = array(
|
|
|
- 'StationCode' => '860588041560932',
|
|
|
+ 'StationCode' => '30B5F1012539',
|
|
|
"Longitude" => "120.600889",
|
|
|
"Latitude" => "30.191478",
|
|
|
- "Address" => "华城·和瑞科技广场".mt_rand(1,10),
|
|
|
+ "Address" => "华城·和瑞科技广场(长河路475号)",
|
|
|
'StationType' => 0,
|
|
|
"CityId" => "2902",
|
|
|
"StationName" => "基站名称",
|
|
|
"AddTime" => date('Y-m-d H:i:s',strtotime('-3 minutes')),
|
|
|
- "VehicleNumber" => "86412717AC",
|
|
|
+ "VehicleNumber" => "800000241B",
|
|
|
"VehicleStatus" => "1",
|
|
|
"SignalCount" => 88,
|
|
|
"OnlineTime" => date('Y-m-d H:i:s',strtotime('-2 minutes'))
|
|
@@ -584,7 +584,7 @@ class CronAction extends Action {
|
|
|
}
|
|
|
$lockAlarmRes = $this->produceLockAlarmMessage($route_info);
|
|
|
if($lockAlarmRes){
|
|
|
- echo $lockAlarmRes,PHP_EOL;
|
|
|
+ print_r($lockAlarmRes);
|
|
|
debug_log('lock_alarm',$lockAlarmRes['message']);
|
|
|
}
|
|
|
break;
|