修改提示语
This commit is contained in:
parent
87f1caa555
commit
af4eb0ceaa
@ -1007,7 +1007,7 @@ class UserService extends BaseService
|
|||||||
return $result;
|
return $result;
|
||||||
}
|
}
|
||||||
|
|
||||||
Log::getInstance("UserService-userImLoginStatus")->info("用户已设上线");
|
Log::getInstance("UserService-userImLoginStatus")->info("用户已上线");
|
||||||
} elseif ($msg_data['Info']['Action'] == "Disconnect"){
|
} elseif ($msg_data['Info']['Action'] == "Disconnect"){
|
||||||
// 点右上角退出/断网(如手机开启飞行模式)/微信切后台/杀掉微信进程
|
// 点右上角退出/断网(如手机开启飞行模式)/微信切后台/杀掉微信进程
|
||||||
$time = time() - $msg_data['RequestTime'] + 2*60;
|
$time = time() - $msg_data['RequestTime'] + 2*60;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user