This commit is contained in:
withchao
2023-03-17 11:27:34 +08:00
parent 835cd6d14a
commit 2ce1bc84f2
18 changed files with 25 additions and 25 deletions
+2 -2
View File
@@ -3,8 +3,8 @@ package api
import (
"context"
"errors"
"github.com/OpenIMSDK/Open-IM-Server/internal/api/a2r"
"github.com/OpenIMSDK/Open-IM-Server/internal/apiresp"
"github.com/OpenIMSDK/Open-IM-Server/pkg/a2r"
"github.com/OpenIMSDK/Open-IM-Server/pkg/apiresp"
"github.com/OpenIMSDK/Open-IM-Server/pkg/apistruct"
"github.com/OpenIMSDK/Open-IM-Server/pkg/common/config"
"github.com/OpenIMSDK/Open-IM-Server/pkg/common/constant"