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:
parent
557ce55885
commit
ca67c15548
@ -35,7 +35,7 @@ class AccountRegister extends PointHistory
|
|||||||
|
|
||||||
$eventId = $user->id;
|
$eventId = $user->id;
|
||||||
$eventType = PointHistoryModel::EVENT_ACCOUNT_REGISTER;
|
$eventType = PointHistoryModel::EVENT_ACCOUNT_REGISTER;
|
||||||
$eventInfo = new \stdClass();
|
$eventInfo = [];
|
||||||
|
|
||||||
$historyRepo = new PointHistoryRepo();
|
$historyRepo = new PointHistoryRepo();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user