|
@@ -138,7 +138,7 @@ class UserTimeout extends Command
|
|
|
{
|
|
{
|
|
|
foreach($list as $user) {
|
|
foreach($list as $user) {
|
|
|
//通知客服已结束
|
|
//通知客服已结束
|
|
|
- wsSendMsg($user['cs_uid'],'timeout',['user_id'=>$user['user_id'], 'type'=>$type]);
|
|
|
|
|
|
|
+ wsSendMsg($user['cs_uid'],'timeout',['user_id'=>$user['user_id'], 'realname'=>$user['realname'], 'type'=>$type]);
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|