lip 3 bulan lalu
induk
melakukan
9418ed3a89
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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]);
         }
     }