注册

ios端接收不到消息,服务端可以找到此消息

{"timestamp":"1487150607243","to":"5054604050433","from":"patient_26767","chat_type":"groupchat", "payload": {"from":"patient_26767","to":"5054604050433","bodies":[{"type":"txt","msg":"医生,看数值能自己排出来吗?卵泡质量会不会好"}],"ext":{"groupName":"徐琼的咨询","name":"徐琼","gender":"2","avatar":null,"busType":"2","roleType":"2","busId":"19653","em_push_title":"徐琼:医生,看数值能自己排出来吗?卵泡质量会不会好","weichat":{"originType":"webim"}}}}


这条信息在服务端是存在的,但是在ios这边的日志里面却没有找到。
这种情况比较频繁
已邀请:
[2017/2/15 17:23:27:846]: log: level: 1, area: 1, RECV:
{ verison : MSYNC_V1, command : SYNC, payload : { status : { error_code : 0 }, metas : [ { id : 298868766387732976, timestamp : 1487150607244, ns : CHAT, payload : { chattype : GROUPCHAT, from : patient_26767, to : 5054604050433, contents : [ { contenttype : TEXT, text : 医生,看数值能自己排出来吗?卵泡质量会不会好 } ], exts : [ { key : weichat, type : 8, value : {"originType":"webim"} }, { key : roleType, type : 7, value : 2 }, { key : name, type : 7, value : 徐琼 }, { key : groupName, type : 7, value : 徐琼的咨询 }, { key : gender, type : 7, value : 2 }, { key : em_push_title, type : 7, value : 徐琼:医生,看数值能自己排出来吗?卵泡质量会不会好 }, { key : busType, type : 7, value : 2 }, { key : busId, type : 7, value : 19653 }, { key : avatar, type : 8, value : null } ] } } ], next_key : 298868766387732976, queue : 5054604050433@conference.easemob.com, timestamp : 1487150607823 } }
日志中有收到这条消息的log的
消息列表里面有,但是进到聊天界面,却没有这条消息消息列表里面有,但是进到聊天界面,却没有这条消息
调用loadmessagewithid方法看下能获取到消息吗

要回复问题请先登录注册