飘屏文字修改
This commit is contained in:
@@ -712,7 +712,7 @@ class BlindBoxTurntableGiftDraw extends Model
|
||||
private function handleXlhPiaoPing($room_id, $xlh_ext, $xlhIsPiaoPing,$room){
|
||||
if($xlhIsPiaoPing == 1){
|
||||
// 即将开始推送飘屏
|
||||
$text = $room['room_name']."的巡乐会即将开始,请大家尽快参与哦!";
|
||||
$text = $room['room_name']."的巡乐会即将开始...";
|
||||
// 推送礼物横幅
|
||||
$push = new Push(UID, $room_id);
|
||||
$text_list_new = [
|
||||
@@ -724,7 +724,7 @@ class BlindBoxTurntableGiftDraw extends Model
|
||||
}
|
||||
if($xlhIsPiaoPing == 2){
|
||||
// 正式开始推送飘屏
|
||||
$text = $room['room_name']."的巡乐会正式开始,请大家尽快参与哦!";
|
||||
$text = $room['room_name']."已正式开启巡乐会游戏...";
|
||||
// 推送礼物横幅
|
||||
$push = new Push(UID, $room_id);
|
||||
$text_list_new = [
|
||||
@@ -1453,13 +1453,13 @@ class BlindBoxTurntableGiftDraw extends Model
|
||||
'gift_num' => $pan_xlh_num,
|
||||
'FromUserInfo' => $FromUserInfo,
|
||||
'end_time' => $end_time,
|
||||
'text' => $FromUserInfo['nickname'] . ' 用户在 ' . $room_name . ' 房间巡乐会中 ' . $gift_info['gift_name'] . '礼物 x 1 已收入背包'
|
||||
'text' => $FromUserInfo['nickname'] . ' 在 ' . $room_name . ' 房间巡乐会中 获得' . $gift_info['gift_name'] . '礼物 x 1'
|
||||
];
|
||||
|
||||
model('Chat')->sendMsg(1057, $room_id, $text);
|
||||
|
||||
//推送礼物横幅
|
||||
$text = $FromUserInfo['nickname'] . ' 用户在 ' . $room_name.' 房间巡乐会 锁定 礼物' .$locking_gift['gift_name'].' 当前奖池礼物 x ' .$pan_xlh_num;
|
||||
$text = $FromUserInfo['nickname'] . ' 在 ' . $room_name.' 房间巡乐会锁定礼物'.$locking_gift['gift_name'].' x ' .$pan_xlh_num ;
|
||||
$push = new Push(0, $room_id);
|
||||
$text_list_new = [
|
||||
'text' => $text,
|
||||
|
||||
Reference in New Issue
Block a user