From 604d60eb71f01b268948eb3a4a571c8f78faf549 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=8D=8E=E6=B8=85?= <18691022700@163.com> Date: Sun, 21 Dec 2025 17:32:55 +0800 Subject: [PATCH] =?UTF-8?q?=E7=88=86=E5=B8=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/api/model/Lottery.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/application/api/model/Lottery.php b/application/api/model/Lottery.php index af34d85c..b5c77af1 100644 --- a/application/api/model/Lottery.php +++ b/application/api/model/Lottery.php @@ -143,12 +143,13 @@ class Lottery extends Model if ($result['is_big_prize'] == 1) { $tet['text'] = '爆币大奖'; $tet['type'] = 1; + $tet['play_image'] = 'https://cos.xscmmidi.site/admin/4676520chepiao_17613610239812.mp4'; } else { // 小奖 $tet['text'] = '爆币小奖'; $tet['type'] = 2; + $tet['play_image'] = 'https://cos.xscmmidi.site/admin/4652maomaojingling_17613603758950.mp4'; } $tet['user_id'] = $send_uid; - $tet['play_image'] = ''; model('api/Chat')->sendMsg(1100,$room_id,$tet); } }