|
@@ -524,7 +524,7 @@ class Events
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
if (!$last && $noworders) {
|
|
if (!$last && $noworders) {
|
|
|
- Gateway::sendToClient($client_id, json_encode(['message_type' => 'inqueue', 'content' => '咨询的人员比较多,还在排队中...'], 256));
|
|
|
|
|
|
|
+ Gateway::sendToClient($client_id, json_encode(['message_type' => 'inqueue', 'content' => '当前咨询人数繁多,正在排队中,请耐心等待。'], 256));
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
self::$redis->hset('loginTmp:' . $uid, 'uid', time());
|
|
self::$redis->hset('loginTmp:' . $uid, 'uid', time());
|