From ca67c15548dddf9d336d79a5ac0c6b0652af8771 Mon Sep 17 00:00:00 2001 From: xiaochong0302 Date: Sun, 16 Feb 2025 13:09:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E7=94=A8=E6=88=B7=E6=B3=A8?= =?UTF-8?q?=E5=86=8C=E6=97=B6502=20bad=20gateway?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Services/Logic/Point/History/AccountRegister.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Services/Logic/Point/History/AccountRegister.php b/app/Services/Logic/Point/History/AccountRegister.php index c50a7ee0..92cf42c1 100644 --- a/app/Services/Logic/Point/History/AccountRegister.php +++ b/app/Services/Logic/Point/History/AccountRegister.php @@ -35,7 +35,7 @@ class AccountRegister extends PointHistory $eventId = $user->id; $eventType = PointHistoryModel::EVENT_ACCOUNT_REGISTER; - $eventInfo = new \stdClass(); + $eventInfo = []; $historyRepo = new PointHistoryRepo();