Error code standardization

This commit is contained in:
skiffer-git
2023-01-17 15:03:47 +08:00
parent 58866c1b41
commit ffd306f25c
2 changed files with 16 additions and 29 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ package group
import (
"Open_IM/pkg/common/constant"
imdb "Open_IM/pkg/common/db/mysql_model/im_mysql_model"
imdb "Open_IM/pkg/common/db/mysql"
"Open_IM/pkg/common/tools"
pbGroup "Open_IM/pkg/proto/group"
sdk "Open_IM/pkg/proto/sdk_ws"