关闭群聊
This commit is contained in:
@@ -287,7 +287,8 @@ namespace extend\chat\model;
|
||||
if($grep['is_dist'] == 0) {
|
||||
|
||||
if(Gateway::isUidOnline($str_uid)) {
|
||||
Log::info('群成员在线---' . $str_uid );
|
||||
Log::info('群成员在线UID---' . $str_uid );
|
||||
Log::info('群成员在线UID发送列表---UID' . $str_uid . '/在线列表' . json_encode(Gateway::getClientIdByUid($str_uid)));
|
||||
Log::info('要发消息了---》' . $str_uid);
|
||||
Gateway::sendToUid($str_uid, self::sendReceive($notice_data));
|
||||
}else {
|
||||
|
||||
Reference in New Issue
Block a user