huangjiajun hace 1 semana
padre
commit
da82dbf783
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      app/hdl/hdl_add_friend.go

+ 1
- 1
app/hdl/hdl_add_friend.go Ver fichero

@@ -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,


Cargando…
Cancelar
Guardar