新增im消息回调修改
This commit is contained in:
parent
1dcf99798e
commit
e32e7b83fc
@ -1014,7 +1014,7 @@ class UserService extends BaseService
|
||||
|
||||
} elseif ($msg_data['Info']['Action'] == "Disconnect"){
|
||||
// 点右上角退出/断网(如手机开启飞行模式)/微信切后台/杀掉微信进程
|
||||
$time = strtotime($msg_data['RequestTime']) + 30*60;
|
||||
$time = strtotime($msg_data['RequestTime']) + 3*60;
|
||||
|
||||
$data = array();
|
||||
$data['user_id'] = $user['user_id'];
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user