关闭群聊

This commit is contained in:
2025-12-08 11:14:26 +08:00
parent 94b2bd791e
commit b620cfdb84

View File

@@ -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 {