|
@@ -215,7 +215,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']);
|
|
|
+ debug_log("920_redis_data",'mac:'. $mac.' label:'.$val['label'].' ant:'.$val['ant'].' rssi:'.$val['rssi'].' time:'.$val['time']);
|
|
|
if($received_state=='1'){
|
|
|
//如果开启盘点 则有数据就推送
|
|
|
$url="http://localhost:8115/api/assetReceiveReport";
|