This commit is contained in:
wangchuxiao
2022-05-25 18:01:39 +08:00
committed by Xinwei Xiong(cubxxw-openim)
parent 0390a34ee6
commit cad360869e
+1 -1
View File
@@ -37,7 +37,7 @@ func GetUserAllChat(uid string) {
fmt.Println(err.Error(), msg)
continue
}
fmt.Println(*msgData)
fmt.Println("seq:", msgData.Seq, "status:", msgData.Status)
}
}
}