This commit is contained in:
hujiabin 2023-07-27 19:07:18 +08:00
parent e51f7dde6f
commit 6122f36682

View File

@ -883,7 +883,7 @@ class UserController extends BaseAuthedController {
'level' => 1,
'exp' => 0,
'last_season_id' => $currSeasonMeta ? $currSeasonMeta['id'] : 0,
'score_modifytime' => 0,
'score_modifytime' => $this->_getNowTime(),
'best_rank_modifytime' => $this->_getNowTime(),
'createtime' => $this->_getNowTime(),
'modifytime' => $this->_getNowTime(),