conversation update

This commit is contained in:
Gordon
2021-12-29 11:31:51 +08:00
parent 23c5f4040e
commit 6a37072b9a
10 changed files with 447 additions and 495 deletions
+1 -1
View File
@@ -94,7 +94,7 @@ func main() {
conversationGroup := r.Group("/conversation")
{
conversationGroup.POST("/set_receive_message_opt", conversation.SetReceiveMessageOpt)
// conversationGroup.POST("/get_receive_message_opt", conversation.GetReceiveMessageOpt)
conversationGroup.POST("/get_receive_message_opt", conversation.GetReceiveMessageOpt)
conversationGroup.POST("/get_all_conversation_message_opt", conversation.GetAllConversationMessageOpt)
}