This commit is contained in:
wangchuxiao
2023-02-09 20:36:34 +08:00
parent 8a1702fcf7
commit 759432794f
216 changed files with 2299 additions and 4059 deletions
+2 -2
View File
@@ -2,7 +2,7 @@ package cmsstruct
import (
"Open_IM/pkg/api_struct"
server_api_params "Open_IM/pkg/proto/sdk_ws"
sdkws "Open_IM/pkg/proto/sdkws"
)
type AdminLoginRequest struct {
@@ -51,6 +51,6 @@ type GetUserRegisterAddFriendIDListRequest struct {
}
type GetUserRegisterAddFriendIDListResponse struct {
Users []*server_api_params.UserInfo `json:"users"`
Users []*sdkws.UserInfo `json:"users"`
apistruct.ResponsePagination
}