lip 3 月之前
父节点
当前提交
9418ed3a89
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/admin/command/UserTimeout.php

+ 1 - 1
app/admin/command/UserTimeout.php

@@ -138,7 +138,7 @@ class UserTimeout extends Command
     {
         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]);
         }
     }