@@ -839,7 +839,7 @@ class Api extends CatchController
// $url="http://61.175.203.188:10001/api/accessClassReport";
// if($flagIn && $status == 2){
if($flagIn){
- if ($info["pushTime"] && (time()-$info['pushTime']) < 3 ) {
+ if ($info["pushTime"] && (time()-$info['pushTime']) < 120 ) {
# code...
return $info;
}