|
@@ -202,7 +202,7 @@ class Api extends CatchController
|
|
|
'time'=>$val['time']
|
|
|
];
|
|
|
// var_dump($report_data);
|
|
|
- debug_log("920_redis_data",'mac:'. $mac.' label:'.$val['label'].' ant:'.$val['ant'].' time:'.$val['time'].' rssi:'.$val['rssi']);
|
|
|
+ debug_log("redis_to_mysql2_data",'mac:'. $mac.' label:'.$val['label'].' ant:'.$val['ant'].' time:'.$val['time'].' rssi:'.$val['rssi']);
|
|
|
if($received_state=='1'){
|
|
|
//如果开启盘点 则有数据就推送
|
|
|
$url="http://localhost:8115/api/assetReceiveReport";
|