Refactor code

This commit is contained in:
wenxu12345
2022-01-06 18:04:30 +08:00
parent 5fef41e132
commit 5c9dc62015
2 changed files with 2 additions and 3 deletions
+1 -2
View File
@@ -111,8 +111,7 @@ type GetFriendListReq struct {
}
type GetFriendListResp struct {
CommResp
TestTime uint32 `json:"test_time"`
FriendInfoList []*open_im_sdk.FriendInfo `json:"test_data"`
FriendInfoList []*open_im_sdk.FriendInfo `json:"-"`
Data []map[string]interface{} `json:"data"`
}