1
0
mirror of https://gitee.com/koogua/course-tencent-cloud.git synced 2025-06-28 21:31:37 +08:00

修正用户注册时502 bad gateway

This commit is contained in:
xiaochong0302 2025-02-16 13:09:09 +08:00
parent 557ce55885
commit ca67c15548

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();