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{
|
||||
ID: dataLite.ID,
|
||||
Name: dataLite.Name,
|
||||
Avatar: dataLite.Avatar,
|
||||
Country: dataLite.Country,
|
||||
PP: dataLite.PP,
|
||||
Rank: dataLite.Rank,
|
||||
|
Loading…
x
Reference in New Issue
Block a user