mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-05 20:11:14 +08:00
script
This commit is contained in:
parent
1b87c322b3
commit
ccc34bcb0a
@ -36,7 +36,7 @@ func GetUserAllChat(uid string) {
|
|||||||
fmt.Println(err.Error(), msg)
|
fmt.Println(err.Error(), msg)
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
fmt.Println("seq:", msgData.Seq, "status:", msgData.Status)
|
fmt.Println("sendID: ", msgData.SendID, "recvID: ", msgData.RecvID, "seq:", msgData.Seq, "status:", msgData.Status)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user