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