1
This commit is contained in:
parent
07a2915bec
commit
8938934b0c
@ -55,6 +55,7 @@ class rankingInfo(object):
|
|||||||
['name', 0, '名字'],
|
['name', 0, '名字'],
|
||||||
['head_id', 0, '头像'],
|
['head_id', 0, '头像'],
|
||||||
['head_frame', 0, '头像框'],
|
['head_frame', 0, '头像框'],
|
||||||
|
['skin_id', 0, '皮肤ItemId'],
|
||||||
['ranking', 0, '排名'],
|
['ranking', 0, '排名'],
|
||||||
['score', 0, '积分'],
|
['score', 0, '积分'],
|
||||||
['cec', 0, 'cec(个人榜信息才有)'],
|
['cec', 0, 'cec(个人榜信息才有)'],
|
||||||
|
@ -72,7 +72,7 @@ class CircuitController extends BaseAuthedController {
|
|||||||
'name' => utf8_encode($userDb['name']),
|
'name' => utf8_encode($userDb['name']),
|
||||||
'head_id' => $userDb['head_id'],
|
'head_id' => $userDb['head_id'],
|
||||||
'head_frame' => $userDb['head_frame'],
|
'head_frame' => $userDb['head_frame'],
|
||||||
'skinId' => $skinId,
|
'skin_id' => $skinId,
|
||||||
'ranking' => $ranking,
|
'ranking' => $ranking,
|
||||||
'weight' => $rewardWeight,
|
'weight' => $rewardWeight,
|
||||||
'score' => $row['cumulative_score'],
|
'score' => $row['cumulative_score'],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user