fix: 正确显示头像
This commit is contained in:
parent
95b319ad15
commit
180dfb41c7
@ -139,6 +139,7 @@ func (bl *blQuery) GetScore(qqId string) (currentData *PlayerDataLite, lastData
|
|||||||
currentDataLite := PlayerDataLite{
|
currentDataLite := PlayerDataLite{
|
||||||
ID: dataLite.ID,
|
ID: dataLite.ID,
|
||||||
Name: dataLite.Name,
|
Name: dataLite.Name,
|
||||||
|
Avatar: dataLite.Avatar,
|
||||||
Country: dataLite.Country,
|
Country: dataLite.Country,
|
||||||
PP: dataLite.PP,
|
PP: dataLite.PP,
|
||||||
Rank: dataLite.Rank,
|
Rank: dataLite.Rank,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user