mirror of
https://gitee.com/koogua/course-tencent-cloud.git
synced 2025-07-03 23:46:49 +08:00
修正用户注册时502 bad gateway
This commit is contained in:
parent
fb7301de4c
commit
38f8e27c9c
@ -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