|
@@ -2848,6 +2848,8 @@ type FriendRequestItem struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Info *UserInfo `protobuf:"bytes,1,opt,name=info,proto3" json:"info,omitempty"`
|
|
Info *UserInfo `protobuf:"bytes,1,opt,name=info,proto3" json:"info,omitempty"`
|
|
RequestMsg string `protobuf:"bytes,2,opt,name=request_msg,json=requestMsg,proto3" json:"request_msg,omitempty"`
|
|
RequestMsg string `protobuf:"bytes,2,opt,name=request_msg,json=requestMsg,proto3" json:"request_msg,omitempty"`
|
|
|
|
+ CreateTime string `protobuf:"bytes,3,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
|
|
|
|
+ Status int32 `protobuf:"varint,4,opt,name=status,proto3" json:"status,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
}
|
|
@@ -2896,6 +2898,20 @@ func (x *FriendRequestItem) GetRequestMsg() string {
|
|
return ""
|
|
return ""
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+func (x *FriendRequestItem) GetCreateTime() string {
|
|
|
|
+ if x != nil {
|
|
|
|
+ return x.CreateTime
|
|
|
|
+ }
|
|
|
|
+ return ""
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *FriendRequestItem) GetStatus() int32 {
|
|
|
|
+ if x != nil {
|
|
|
|
+ return x.Status
|
|
|
|
+ }
|
|
|
|
+ return 0
|
|
|
|
+}
|
|
|
|
+
|
|
// 请求好友申请列表
|
|
// 请求好友申请列表
|
|
type ReqFriendRequestList struct {
|
|
type ReqFriendRequestList struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
@@ -3578,11 +3594,14 @@ const file_common_proto_rawDesc = "" +
|
|
"\rResFriendList\x12\x18\n" +
|
|
"\rResFriendList\x12\x18\n" +
|
|
"\asuccess\x18\x01 \x01(\bR\asuccess\x12\"\n" +
|
|
"\asuccess\x18\x01 \x01(\bR\asuccess\x12\"\n" +
|
|
"\aerr_msg\x18\x02 \x01(\v2\t.MsgErrorR\x06errMsg\x12\x1d\n" +
|
|
"\aerr_msg\x18\x02 \x01(\v2\t.MsgErrorR\x06errMsg\x12\x1d\n" +
|
|
- "\x04list\x18\x03 \x03(\v2\t.UserInfoR\x04list\"S\n" +
|
|
|
|
|
|
+ "\x04list\x18\x03 \x03(\v2\t.UserInfoR\x04list\"\x8c\x01\n" +
|
|
"\x11FriendRequestItem\x12\x1d\n" +
|
|
"\x11FriendRequestItem\x12\x1d\n" +
|
|
"\x04info\x18\x01 \x01(\v2\t.UserInfoR\x04info\x12\x1f\n" +
|
|
"\x04info\x18\x01 \x01(\v2\t.UserInfoR\x04info\x12\x1f\n" +
|
|
"\vrequest_msg\x18\x02 \x01(\tR\n" +
|
|
"\vrequest_msg\x18\x02 \x01(\tR\n" +
|
|
- "requestMsg\"/\n" +
|
|
|
|
|
|
+ "requestMsg\x12\x1f\n" +
|
|
|
|
+ "\vcreate_time\x18\x03 \x01(\tR\n" +
|
|
|
|
+ "createTime\x12\x16\n" +
|
|
|
|
+ "\x06status\x18\x04 \x01(\x05R\x06status\"/\n" +
|
|
"\x14ReqFriendRequestList\x12\x17\n" +
|
|
"\x14ReqFriendRequestList\x12\x17\n" +
|
|
"\auser_id\x18\x01 \x01(\tR\x06userId\"|\n" +
|
|
"\auser_id\x18\x01 \x01(\tR\x06userId\"|\n" +
|
|
"\x14ResFriendRequestList\x12\x18\n" +
|
|
"\x14ResFriendRequestList\x12\x18\n" +
|