From 70bb389daba5db88e05867087905fe6dc6f8f9e2 Mon Sep 17 00:00:00 2001 From: hujiabin <519660157@qq.com> Date: Fri, 5 Jul 2024 11:41:08 +0800 Subject: [PATCH] 1 --- webapp/controller/UserController.class.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/webapp/controller/UserController.class.php b/webapp/controller/UserController.class.php index 2a7c3114..4be582ff 100644 --- a/webapp/controller/UserController.class.php +++ b/webapp/controller/UserController.class.php @@ -1150,6 +1150,8 @@ class UserController extends BaseAuthedController { 'score' => $RankMeta ? $RankMeta['rank_score'] : 300, 'history_best_score' => $RankMeta ? $RankMeta['rank_score'] : 300, 'elo' => $initElo, + 'head_id' => 50001, + 'head_list' => json_encode(array(50001)), ); if ($this->_getChannel() == BC_CHANNEL) { $fields['address'] = $this->_getOpenId();