This commit is contained in:
hujiabin 2024-09-19 16:36:39 +08:00
parent 07a2915bec
commit 8938934b0c
2 changed files with 2 additions and 1 deletions

View File

@ -55,6 +55,7 @@ class rankingInfo(object):
['name', 0, '名字'],
['head_id', 0, '头像'],
['head_frame', 0, '头像框'],
['skin_id', 0, '皮肤ItemId'],
['ranking', 0, '排名'],
['score', 0, '积分'],
['cec', 0, 'cec(个人榜信息才有)'],

View File

@ -72,7 +72,7 @@ class CircuitController extends BaseAuthedController {
'name' => utf8_encode($userDb['name']),
'head_id' => $userDb['head_id'],
'head_frame' => $userDb['head_frame'],
'skinId' => $skinId,
'skin_id' => $skinId,
'ranking' => $ranking,
'weight' => $rewardWeight,
'score' => $row['cumulative_score'],