1
0
mirror of https://gitee.com/koogua/course-tencent-cloud.git synced 2025-07-03 07:26:49 +08:00

修正用户注册时502 bad gateway

This commit is contained in:
xiaochong0302 2025-02-16 13:09:09 +08:00
parent fb7301de4c
commit 38f8e27c9c

View File

@ -35,7 +35,7 @@ class AccountRegister extends PointHistory
$eventId = $user->id;
$eventType = PointHistoryModel::EVENT_ACCOUNT_REGISTER;
$eventInfo = new \stdClass();
$eventInfo = [];
$historyRepo = new PointHistoryRepo();