交友房开始推送消息
This commit is contained in:
@@ -99,6 +99,10 @@ class Chat extends Model
|
|||||||
// FriendRoomEnd = 1051,
|
// FriendRoomEnd = 1051,
|
||||||
//交友房 私密小屋送礼增加结束时间
|
//交友房 私密小屋送礼增加结束时间
|
||||||
// FriendRoomGiftBlindBox = 1052,
|
// FriendRoomGiftBlindBox = 1052,
|
||||||
|
//交友 房间换麦位
|
||||||
|
// FriendRoomChangePit = 1053,
|
||||||
|
//交友 心动值变化
|
||||||
|
// FriendRoomChangeCharm = 1054,
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -346,7 +346,7 @@ class Friend extends Model
|
|||||||
//推送给前端消息
|
//推送给前端消息
|
||||||
$text['text'] = '心动值变化通知';
|
$text['text'] = '心动值变化通知';
|
||||||
$text['list'] = $heart;
|
$text['list'] = $heart;
|
||||||
model('api/Chat')->sendMsg(5061,$room_id,$text);
|
model('api/Chat')->sendMsg(1054,$room_id,$text);
|
||||||
}
|
}
|
||||||
|
|
||||||
// 获取心跳值排行
|
// 获取心跳值排行
|
||||||
@@ -634,7 +634,7 @@ class Friend extends Model
|
|||||||
//推送给前端消息
|
//推送给前端消息
|
||||||
$text['text'] = '房间换麦位';
|
$text['text'] = '房间换麦位';
|
||||||
$text['list'] = $data_users;
|
$text['list'] = $data_users;
|
||||||
model('api/Chat')->sendMsg(5062,$room_id,$text);
|
model('api/Chat')->sendMsg(1053,$room_id,$text);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user