pull/455/head
wangchuxiao 3 years ago committed by Xinwei Xiong(cubxxw-openim)
parent 0390a34ee6
commit cad360869e

@ -37,7 +37,7 @@ func GetUserAllChat(uid string) {
fmt.Println(err.Error(), msg) fmt.Println(err.Error(), msg)
continue continue
} }
fmt.Println(*msgData) fmt.Println("seq:", msgData.Seq, "status:", msgData.Status)
} }
} }
} }

Loading…
Cancel
Save