conversations

This commit is contained in:
wangchuxiao
2023-05-12 16:51:04 +08:00
parent e6b7fe43d3
commit cc20c7af4b
2 changed files with 5 additions and 0 deletions
+4
View File
@@ -61,3 +61,7 @@ func (o *Conversation) ModifyConversationField(c *gin.Context) {
func (o *Conversation) GetConversationsHasReadAndMaxSeq(c *gin.Context) {
a2r.Call(conversation.ConversationClient.GetConversationsHasReadAndMaxSeq, o.client, c)
}
func (o *Conversation) SetConversations(c *gin.Context) {
a2r.Call(conversation.ConversationClient.SetConversations, o.client, c)
}