mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-04 09:05:59 +08:00
Refactor code
This commit is contained in:
@@ -111,7 +111,8 @@ type GetFriendListReq struct {
|
||||
}
|
||||
type GetFriendListResp struct {
|
||||
CommResp
|
||||
FriendInfoList []*open_im_sdk.FriendInfo `json:"-"`
|
||||
TestTime uint32 `json:"test_time"`
|
||||
FriendInfoList []*open_im_sdk.FriendInfo `json:"test_data"`
|
||||
Data []map[string]interface{} `json:"data"`
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user