|
|
@@ -672,7 +672,7 @@ func MyFansUserList(c *gin.Context) { |
|
|
|
if userSignInMap[utils.AnyToInt64(v["uid"])] != nil { |
|
|
|
isOnline = true |
|
|
|
} |
|
|
|
tempUrl := svc.ImageFormatWithBucket(scheme, domain, v["avatar_url"]) |
|
|
|
tempUrl := svc.ImageFormatWithBucket(scheme, domain, v["avatar"]) |
|
|
|
data = append(data, md.OneLineUserNode{ |
|
|
|
IsOnline: isOnline, |
|
|
|
AvatarURL: tempUrl, |
|
|
|