mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-05 05:12:45 +08:00
tools
This commit is contained in:
parent
d990af7e71
commit
61f58bf465
@ -48,7 +48,12 @@ func GetUserAllChat(uid string) {
|
|||||||
fmt.Println(err.Error(), msg)
|
fmt.Println(err.Error(), msg)
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
fmt.Println("seq: ", msgData.Seq, "status: ", msgData.Status, "sendID: ", msgData.SendID, "recvID: ", msgData.RecvID, "sendTime: ", msgData.SendTime)
|
fmt.Println("seq: ", msgData.Seq, "status: ", msgData.Status,
|
||||||
|
"sendID: ", msgData.SendID, "recvID: ", msgData.RecvID,
|
||||||
|
"sendTime: ", msgData.SendTime,
|
||||||
|
"clientMsgID: ", msgData.ClientMsgID,
|
||||||
|
"serverMsgID: ", msgData.ServerMsgID,
|
||||||
|
"content: ", string(msgData.Content))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user