This commit is contained in:
hujiabin 2024-07-05 11:41:08 +08:00
parent c21554606f
commit 70bb389dab

View File

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