Error code standardization

This commit is contained in:
skiffer-git
2023-01-11 11:24:38 +08:00
parent 07a6439082
commit 46c3b5a6ea
36 changed files with 47 additions and 49 deletions
+4 -4
View File
@@ -4,7 +4,7 @@ import (
api "Open_IM/pkg/base_info"
"Open_IM/pkg/common/config"
"Open_IM/pkg/common/log"
"Open_IM/pkg/grpc-etcdv3/getcdv3"
"Open_IM/pkg/getcdv3"
pbConversation "Open_IM/pkg/proto/conversation"
pbUser "Open_IM/pkg/proto/user"
"Open_IM/pkg/utils"
@@ -312,17 +312,17 @@ func SetRecvMsgOpt(c *gin.Context) {
c.JSON(http.StatusOK, resp)
}
//Deprecated
// Deprecated
func SetReceiveMessageOpt(c *gin.Context) {
}
//Deprecated
// Deprecated
func GetReceiveMessageOpt(c *gin.Context) {
}
//Deprecated
// Deprecated
func GetAllConversationMessageOpt(c *gin.Context) {
}