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 changed files with 1 additions and 1 deletions

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)
}
}
}