|
@@ -2781,10 +2781,10 @@ func (x *ReqFriendList) GetUserId() string {
|
|
|
}
|
|
|
|
|
|
type ResFriendList struct {
|
|
|
- state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
- Success bool `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"`
|
|
|
- ErrMsg *MsgError `protobuf:"bytes,2,opt,name=err_msg,json=errMsg,proto3" json:"err_msg,omitempty"`
|
|
|
- List []*RequestAddFriendItem `protobuf:"bytes,3,rep,name=list,proto3" json:"list,omitempty"`
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Success bool `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"`
|
|
|
+ ErrMsg *MsgError `protobuf:"bytes,2,opt,name=err_msg,json=errMsg,proto3" json:"err_msg,omitempty"`
|
|
|
+ List []*UserInfo `protobuf:"bytes,3,rep,name=list,proto3" json:"list,omitempty"`
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
}
|
|
@@ -2833,7 +2833,7 @@ func (x *ResFriendList) GetErrMsg() *MsgError {
|
|
|
return nil
|
|
|
}
|
|
|
|
|
|
-func (x *ResFriendList) GetList() []*RequestAddFriendItem {
|
|
|
+func (x *ResFriendList) GetList() []*UserInfo {
|
|
|
if x != nil {
|
|
|
return x.List
|
|
|
}
|
|
@@ -3308,11 +3308,11 @@ const file_common_proto_rawDesc = "" +
|
|
|
"\x06Status\x18\x05 \x01(\x05R\x06Status\x12\x18\n" +
|
|
|
"\aMessage\x18\x06 \x01(\tR\aMessage\"(\n" +
|
|
|
"\rReqFriendList\x12\x17\n" +
|
|
|
- "\auser_id\x18\x01 \x01(\tR\x06userId\"x\n" +
|
|
|
+ "\auser_id\x18\x01 \x01(\tR\x06userId\"l\n" +
|
|
|
"\rResFriendList\x12\x18\n" +
|
|
|
"\asuccess\x18\x01 \x01(\bR\asuccess\x12\"\n" +
|
|
|
- "\aerr_msg\x18\x02 \x01(\v2\t.MsgErrorR\x06errMsg\x12)\n" +
|
|
|
- "\x04list\x18\x03 \x03(\v2\x15.RequestAddFriendItemR\x04list\"<\n" +
|
|
|
+ "\aerr_msg\x18\x02 \x01(\v2\t.MsgErrorR\x06errMsg\x12\x1d\n" +
|
|
|
+ "\x04list\x18\x03 \x03(\v2\t.UserInfoR\x04list\"<\n" +
|
|
|
"\fReqAddFriend\x12\x1a\n" +
|
|
|
"\bToUserID\x18\x01 \x01(\tR\bToUserID\x12\x10\n" +
|
|
|
"\x03msg\x18\x02 \x01(\tR\x03msg\"5\n" +
|
|
@@ -3488,7 +3488,7 @@ var file_common_proto_depIdxs = []int32{
|
|
|
31, // 48: ResLudoRoomInfo.err_msg:type_name -> MsgError
|
|
|
8, // 49: ResLudoRoomInfo.info:type_name -> RoomInfo
|
|
|
31, // 50: ResFriendList.err_msg:type_name -> MsgError
|
|
|
- 45, // 51: ResFriendList.list:type_name -> RequestAddFriendItem
|
|
|
+ 21, // 51: ResFriendList.list:type_name -> UserInfo
|
|
|
21, // 52: RecvAddFriendRequest.info:type_name -> UserInfo
|
|
|
45, // 53: OptAddFriendRequest.info:type_name -> RequestAddFriendItem
|
|
|
45, // 54: NotifyOptFriend.info:type_name -> RequestAddFriendItem
|