提交 5c9dc620 编写于 作者: W wenxu12345

Refactor code

上级 5fef41e1
......@@ -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"`
}
......
......@@ -437,7 +437,7 @@ func (m *UserInfo) GetAppMangerLevel() int32 {
type FriendInfo struct {
OwnerUserID string `protobuf:"bytes,1,opt,name=OwnerUserID" json:"OwnerUserID,omitempty"`
Remark string `protobuf:"bytes,2,opt,name=Remark" json:"Remark,omitempty"`
CreateTime int64 `protobuf:"varint,3,opt,name=CreateTime" json:"CreateTime,omitempty"`
CreateTime uint32 `protobuf:"varint,3,opt,name=CreateTime" json:"CreateTime,omitempty"`
FriendUser *UserInfo `protobuf:"bytes,4,opt,name=FriendUser" json:"FriendUser,omitempty"`
AddSource int32 `protobuf:"varint,5,opt,name=AddSource" json:"AddSource,omitempty"`
OperatorUserID string `protobuf:"bytes,6,opt,name=OperatorUserID" json:"OperatorUserID,omitempty"`
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册