jmessage-flutter-plugin icon indicating copy to clipboard operation
jmessage-flutter-plugin copied to clipboard

安卓向 iOS 发送消息里,发送方的头像为空

Open iyuhang opened this issue 6 years ago • 1 comments

安卓发信息时,在 ios 上收到的消息,avatarThumbPath 字段为空

{id: msgId_1558932246499132, serverMessageId: 3717093152, isSend: false, from: {type: user, gender: unknown, username: 3900, appKey: 203ea0587d6d1decf9490c5c, nickname: 江宇, avatarThumbPath: , birthday: 1970-01-01, region: , signature: , address: , noteName: , noteText: , isNoDisturb: false, isInBlackList: false, isFriend: false, extras: {}}, createTime: 1558932246337, extras: {}, target: {type: user, gender: unknown, username: 4000, appKey: 203ea0587d6d1decf9490c5c, nickname: denechen, avatarThumbPath: /var/mobile/Containers/Data/Application/119D2CF1-2178-4206-BCEC-F04670526323/Documents/4000_268218011/avatar/4000_203ea0587d6d1decf9490c5c/thumb/B9D6DD997B86032DB61626D973002C6E, birthday: , region: , signature: , address: , noteName: , noteText: , isNoDisturb: false, isInBlackList: false, isFriend: false, extras: {}}, type: text, text: Text Message Test!}

但安卓上 getMyInfo 是有头像信息的

my info is: I/flutter (13167): {type: user, gender: unknown, username: 3900, appKey: 203ea0587d6d1decf9490c5c, nickname: 江宇, avatarThumbPath: /data/user/0/com.fixtime.fixtime/files/images/small-avatar/92FCDCB1530A2B6A7EFE9D21776C7301.png, birthday: 1970-01-01, region: , signature: , address: , noteName: , noteText: , isNoDisturb: false, isInBlackList: false, isFriend: false, extras: {}}

iyuhang avatar May 27 '19 04:05 iyuhang

安卓上 发送者: I/flutter (13167): [{id: 34, serverMessageId: 3709126859, isSend: false, from: {type: user, gender: unknown, username: 4000, appKey: 203ea0587d6d1decf9490c5c, nickname: denechen, avatarThumbPath: , birthday: , region: , signature: , address: , noteName: , noteText: , isNoDisturb: false, isInBlackList: false, isFriend: false, extras: {}}, createTime: 1558869402712, extras: {}, target: {type: user, gender: unknown, username: 3900, appKey: 203ea0587d6d1decf9490c5c, nickname: 江宇, avatarThumbPath: , birthday: 1970-01-01, region: , signature: , address: , noteName: , noteText: , isNoDisturb: false, isInBlackList: false, isFriend: false, extras: {}}, type: text, text: Text Message Test!}, {id: 34, serverMessageId: 3709126859, isSend: false, from: {type: user, gender: unknown, username: 4000, appKey: 203ea0587d6d1decf9490c5c, nickname: denechen, avatarThumbPath: , birthday: , region: , signature: , address: , noteName: , noteText: , isNoDisturb: false, isInBlackList: false, isFriend: false, extras: {}}, createTime: 155886940

但这个用户 getMyinfo

I/flutter (13167): my info is: I/flutter (13167): {type: user, gender: unknown, username: 3900, appKey: 203ea0587d6d1decf9490c5c, nickname: 江宇, avatarThumbPath: /data/user/0/com.fixtime.fixtime/files/images/small-avatar/5B7B6BD2C956164C2B9E77F43D3BBF03.png, birthday: 1970-01-01, region: , signature: , address: , noteName: , noteText: , isNoDisturb: false, isInBlackList: false, isFriend: false, extras: {}}

里是有头像信息的

iyuhang avatar May 27 '19 05:05 iyuhang