Refactor code

This commit is contained in:
wenxu12345
2022-01-06 18:00:15 +08:00
parent a677d4da5f
commit 5fef41e132
2 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -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"`
}