新需求-活动需求-盲盒转盘调通盘-巡乐会-调试-优化错误

This commit is contained in:
2025-10-15 10:20:50 +08:00
parent 0140dad0d1
commit a1866ff95f
2 changed files with 41 additions and 36 deletions

View File

@@ -137,7 +137,7 @@ class RoomPan
$text_list_new = [
'text' => $text,
'room_id' => $value['room_id'],
'from_type' => 3
'from_type' => 104
];
$push->xunlehui($text_list_new);
continue;
@@ -184,7 +184,7 @@ class RoomPan
$text_list_new = [
'text' => $text,
'room_id' => $value['room_id'],
'from_type' => 3
'from_type' => 104
];
$push->xunlehui($text_list_new);
}catch (\Exception $e){