|
@@ -864,12 +864,6 @@ class Api extends CatchController
|
|
public function compAndPush($info, $config ){
|
|
public function compAndPush($info, $config ){
|
|
//标签多,数据多时候,判断完成后放入redis,异步推送,当前暂时直接推
|
|
//标签多,数据多时候,判断完成后放入redis,异步推送,当前暂时直接推
|
|
|
|
|
|
- // $config = $ues_redis->hget("anbang_four_wire", $info["mac"]);
|
|
|
|
-
|
|
|
|
- //{"front_in":44,"front_out":44,"behind_in":50,"behind_out":50,"left_in":55,"left_out":55,"right_out":44,"right_out":44}
|
|
|
|
-
|
|
|
|
-
|
|
|
|
-
|
|
|
|
$avg = $info['avg'];
|
|
$avg = $info['avg'];
|
|
$status = $info['status'];
|
|
$status = $info['status'];
|
|
|
|
|
|
@@ -934,9 +928,6 @@ class Api extends CatchController
|
|
return $info;
|
|
return $info;
|
|
}
|
|
}
|
|
|
|
|
|
- // $url="http://47.114.185.186:8115/api/accessReport";
|
|
|
|
- // $url_res= curl_http_post(json_encode($url_data),$url,false);
|
|
|
|
- // debug_log("InAndOUT","远程返回结果".$url_res);
|
|
|
|
|
|
|
|
public function test(){
|
|
public function test(){
|
|
try{
|
|
try{
|