From da82dbf783cea098c106b679d5d35219990dd83d Mon Sep 17 00:00:00 2001 From: huangjiajun <582604932@qq.com> Date: Fri, 13 Dec 2024 22:23:00 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=B4=E5=83=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/hdl/hdl_add_friend.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/hdl/hdl_add_friend.go b/app/hdl/hdl_add_friend.go index 2dce399..105ccae 100644 --- a/app/hdl/hdl_add_friend.go +++ b/app/hdl/hdl_add_friend.go @@ -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,