From 894ee2d40a8ff413ac0ef76a05037582ae62b02f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8F=9C=E7=8B=97?= <794329728@qq.com> Date: Tue, 16 Nov 2021 15:44:27 +0800 Subject: [PATCH] fix return --- src/plugin/LiveReservation.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/plugin/LiveReservation.php b/src/plugin/LiveReservation.php index 45961fc..e5da383 100644 --- a/src/plugin/LiveReservation.php +++ b/src/plugin/LiveReservation.php @@ -130,5 +130,6 @@ class LiveReservation 'text' => $data['lottery_prize_info']['text'], // "预约有奖:小电视年糕抱枕、哔哩哔哩小电视樱花毛绒抱枕大号、哔哩哔哩小夜灯" ]; } + return false; } } \ No newline at end of file