Browse Source

七日外列表头像

wfz 3 years ago
parent
commit
ee32ad8878

+ 71 - 8
api/common/common.pb.go

@@ -4243,6 +4243,53 @@ func (x *FindRecommendRequest) GetSex() int64 {
 	return 0
 }
 
+type FindOverSevenDayAvatarReply struct {
+	state         protoimpl.MessageState
+	sizeCache     protoimpl.SizeCache
+	unknownFields protoimpl.UnknownFields
+
+	List []string `protobuf:"bytes,1,rep,name=list,proto3" json:"list"` // 头像列表
+}
+
+func (x *FindOverSevenDayAvatarReply) Reset() {
+	*x = FindOverSevenDayAvatarReply{}
+	if protoimpl.UnsafeEnabled {
+		mi := &file_common_proto_msgTypes[59]
+		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
+		ms.StoreMessageInfo(mi)
+	}
+}
+
+func (x *FindOverSevenDayAvatarReply) String() string {
+	return protoimpl.X.MessageStringOf(x)
+}
+
+func (*FindOverSevenDayAvatarReply) ProtoMessage() {}
+
+func (x *FindOverSevenDayAvatarReply) ProtoReflect() protoreflect.Message {
+	mi := &file_common_proto_msgTypes[59]
+	if protoimpl.UnsafeEnabled && x != nil {
+		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
+		if ms.LoadMessageInfo() == nil {
+			ms.StoreMessageInfo(mi)
+		}
+		return ms
+	}
+	return mi.MessageOf(x)
+}
+
+// Deprecated: Use FindOverSevenDayAvatarReply.ProtoReflect.Descriptor instead.
+func (*FindOverSevenDayAvatarReply) Descriptor() ([]byte, []int) {
+	return file_common_proto_rawDescGZIP(), []int{59}
+}
+
+func (x *FindOverSevenDayAvatarReply) GetList() []string {
+	if x != nil {
+		return x.List
+	}
+	return nil
+}
+
 var File_common_proto protoreflect.FileDescriptor
 
 var file_common_proto_rawDesc = []byte{
@@ -4744,12 +4791,15 @@ var file_common_proto_rawDesc = []byte{
 	0x12, 0x10, 0x0a, 0x03, 0x6e, 0x75, 0x6d, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x03, 0x6e,
 	0x75, 0x6d, 0x12, 0x12, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09,
 	0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x12, 0x10, 0x0a, 0x03, 0x73, 0x65, 0x78, 0x18, 0x03, 0x20,
-	0x01, 0x28, 0x03, 0x52, 0x03, 0x73, 0x65, 0x78, 0x42, 0x43, 0x0a, 0x0a, 0x61, 0x70, 0x69, 0x2e,
-	0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x50, 0x01, 0x5a, 0x33, 0x67, 0x69, 0x74, 0x2e, 0x69, 0x6b,
-	0x75, 0x62, 0x61, 0x6e, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x2f,
-	0x70, 0x77, 0x2d, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x61, 0x70, 0x69, 0x2f,
-	0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x3b, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x62, 0x06, 0x70,
-	0x72, 0x6f, 0x74, 0x6f, 0x33,
+	0x01, 0x28, 0x03, 0x52, 0x03, 0x73, 0x65, 0x78, 0x22, 0x31, 0x0a, 0x1b, 0x46, 0x69, 0x6e, 0x64,
+	0x4f, 0x76, 0x65, 0x72, 0x53, 0x65, 0x76, 0x65, 0x6e, 0x44, 0x61, 0x79, 0x41, 0x76, 0x61, 0x74,
+	0x61, 0x72, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x12, 0x12, 0x0a, 0x04, 0x6c, 0x69, 0x73, 0x74, 0x18,
+	0x01, 0x20, 0x03, 0x28, 0x09, 0x52, 0x04, 0x6c, 0x69, 0x73, 0x74, 0x42, 0x43, 0x0a, 0x0a, 0x61,
+	0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x50, 0x01, 0x5a, 0x33, 0x67, 0x69, 0x74,
+	0x2e, 0x69, 0x6b, 0x75, 0x62, 0x61, 0x6e, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x73, 0x65, 0x72, 0x76,
+	0x65, 0x72, 0x2f, 0x70, 0x77, 0x2d, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x61,
+	0x70, 0x69, 0x2f, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x3b, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e,
+	0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
 }
 
 var (
@@ -4764,7 +4814,7 @@ func file_common_proto_rawDescGZIP() []byte {
 	return file_common_proto_rawDescData
 }
 
-var file_common_proto_msgTypes = make([]protoimpl.MessageInfo, 59)
+var file_common_proto_msgTypes = make([]protoimpl.MessageInfo, 60)
 var file_common_proto_goTypes = []interface{}{
 	(*UserAndPartnerIdentifyIdParam)(nil), // 0: api.common.UserAndPartnerIdentifyIdParam
 	(*UserAndPartnerParam)(nil),           // 1: api.common.UserAndPartnerParam
@@ -4825,6 +4875,7 @@ var file_common_proto_goTypes = []interface{}{
 	(*RecommendPersonListReply)(nil),      // 56: api.common.RecommendPersonListReply
 	(*RecommendPersonInfo)(nil),           // 57: api.common.RecommendPersonInfo
 	(*FindRecommendRequest)(nil),          // 58: api.common.FindRecommendRequest
+	(*FindOverSevenDayAvatarReply)(nil),   // 59: api.common.FindOverSevenDayAvatarReply
 }
 var file_common_proto_depIdxs = []int32{
 	29, // 0: api.common.ChatCardInfo.tagList:type_name -> api.common.TagList
@@ -5558,6 +5609,18 @@ func file_common_proto_init() {
 				return nil
 			}
 		}
+		file_common_proto_msgTypes[59].Exporter = func(v interface{}, i int) interface{} {
+			switch v := v.(*FindOverSevenDayAvatarReply); i {
+			case 0:
+				return &v.state
+			case 1:
+				return &v.sizeCache
+			case 2:
+				return &v.unknownFields
+			default:
+				return nil
+			}
+		}
 	}
 	type x struct{}
 	out := protoimpl.TypeBuilder{
@@ -5565,7 +5628,7 @@ func file_common_proto_init() {
 			GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
 			RawDescriptor: file_common_proto_rawDesc,
 			NumEnums:      0,
-			NumMessages:   59,
+			NumMessages:   60,
 			NumExtensions: 0,
 			NumServices:   0,
 		},

+ 4 - 0
api/common/common.proto

@@ -428,4 +428,8 @@ message FindRecommendRequest{
   int64 num = 1;// 数量
   string type = 2;// 类型
   int64 sex = 3;
+}
+
+message FindOverSevenDayAvatarReply{
+  repeated string list = 1;// 头像列表
 }

+ 114 - 103
api/partner/partner.pb.go

@@ -920,7 +920,7 @@ var file_partner_proto_rawDesc = []byte{
 	0x03, 0x73, 0x65, 0x78, 0x18, 0x04, 0x20, 0x01, 0x28, 0x03, 0x52, 0x03, 0x73, 0x65, 0x78, 0x22,
 	0x2b, 0x0a, 0x17, 0x47, 0x65, 0x74, 0x52, 0x61, 0x6e, 0x64, 0x6f, 0x6d, 0x50, 0x61, 0x72, 0x74,
 	0x6e, 0x65, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x10, 0x0a, 0x03, 0x73, 0x65,
-	0x78, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x03, 0x73, 0x65, 0x78, 0x32, 0xeb, 0x22, 0x0a,
+	0x78, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x03, 0x73, 0x65, 0x78, 0x32, 0xf1, 0x23, 0x0a,
 	0x07, 0x50, 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x12, 0x60, 0x0a, 0x0e, 0x47, 0x65, 0x74, 0x50,
 	0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x16, 0x2e, 0x67, 0x6f, 0x6f,
 	0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70,
@@ -1199,12 +1199,20 @@ var file_partner_proto_rawDesc = []byte{
 	0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x46, 0x69, 0x6e, 0x64, 0x52, 0x65, 0x63,
 	0x6f, 0x6d, 0x6d, 0x65, 0x6e, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x19, 0x2e,
 	0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x50, 0x65, 0x72, 0x73, 0x6f,
-	0x6e, 0x44, 0x42, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x22, 0x00, 0x42, 0x46, 0x0a, 0x0b, 0x61, 0x70,
-	0x69, 0x2e, 0x70, 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x50, 0x01, 0x5a, 0x35, 0x67, 0x69, 0x74,
-	0x2e, 0x69, 0x6b, 0x75, 0x62, 0x61, 0x6e, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x73, 0x65, 0x72, 0x76,
-	0x65, 0x72, 0x2f, 0x70, 0x77, 0x2d, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x61,
-	0x70, 0x69, 0x2f, 0x70, 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x3b, 0x70, 0x61, 0x72, 0x74, 0x6e,
-	0x65, 0x72, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
+	0x6e, 0x44, 0x42, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x22, 0x00, 0x12, 0x83, 0x01, 0x0a, 0x16, 0x46,
+	0x69, 0x6e, 0x64, 0x4f, 0x76, 0x65, 0x72, 0x53, 0x65, 0x76, 0x65, 0x6e, 0x44, 0x61, 0x79, 0x41,
+	0x76, 0x61, 0x74, 0x61, 0x72, 0x12, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70,
+	0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x1a, 0x27, 0x2e,
+	0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x46, 0x69, 0x6e, 0x64, 0x4f,
+	0x76, 0x65, 0x72, 0x53, 0x65, 0x76, 0x65, 0x6e, 0x44, 0x61, 0x79, 0x41, 0x76, 0x61, 0x74, 0x61,
+	0x72, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x22, 0x28, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x22, 0x22, 0x1d,
+	0x2f, 0x61, 0x70, 0x69, 0x2f, 0x70, 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x2f, 0x6f, 0x76, 0x65,
+	0x72, 0x2f, 0x61, 0x76, 0x61, 0x74, 0x61, 0x72, 0x2f, 0x6c, 0x69, 0x73, 0x74, 0x3a, 0x01, 0x2a,
+	0x42, 0x46, 0x0a, 0x0b, 0x61, 0x70, 0x69, 0x2e, 0x70, 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x50,
+	0x01, 0x5a, 0x35, 0x67, 0x69, 0x74, 0x2e, 0x69, 0x6b, 0x75, 0x62, 0x61, 0x6e, 0x2e, 0x63, 0x6f,
+	0x6d, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x2f, 0x70, 0x77, 0x2d, 0x70, 0x72, 0x6f, 0x74,
+	0x6f, 0x62, 0x75, 0x66, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x70, 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72,
+	0x3b, 0x70, 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
 }
 
 var (
@@ -1221,59 +1229,60 @@ func file_partner_proto_rawDescGZIP() []byte {
 
 var file_partner_proto_msgTypes = make([]protoimpl.MessageInfo, 11)
 var file_partner_proto_goTypes = []interface{}{
-	(*PartnerUpdateWorkingStatusRequest)(nil), // 0: api.partner.PartnerUpdateWorkingStatusRequest
-	(*PartnerGetAwardRequest)(nil),            // 1: api.partner.PartnerGetAwardRequest
-	(*LevelTable)(nil),                        // 2: api.partner.LevelTable
-	(*LevelInfo)(nil),                         // 3: api.partner.LevelInfo
-	(*AddPartnerBalanceRequest)(nil),          // 4: api.partner.AddPartnerBalanceRequest
-	(*PartnerInfo)(nil),                       // 5: api.partner.PartnerInfo
-	(*PartnerMessage)(nil),                    // 6: api.partner.PartnerMessage
-	(*PartnerBalance)(nil),                    // 7: api.partner.PartnerBalance
-	(*PartnerDBBalance)(nil),                  // 8: api.partner.PartnerDBBalance
-	(*RandomPartnerInfo)(nil),                 // 9: api.partner.RandomPartnerInfo
-	(*GetRandomPartnerRequest)(nil),           // 10: api.partner.GetRandomPartnerRequest
-	(*emptypb.Empty)(nil),                     // 11: google.protobuf.Empty
-	(*common.PartnerIDParam)(nil),             // 12: api.common.PartnerIDParam
-	(*common.PersonIDParam)(nil),              // 13: api.common.PersonIDParam
-	(*common.SendPhoneCodeRequest)(nil),       // 14: api.common.SendPhoneCodeRequest
-	(*common.CheckPhoneCodeRequest)(nil),      // 15: api.common.CheckPhoneCodeRequest
-	(*common.UpdateInformationRequest)(nil),   // 16: api.common.UpdateInformationRequest
-	(*common.PersonParam)(nil),                // 17: api.common.PersonParam
-	(*common.ListPageRequest)(nil),            // 18: api.common.ListPageRequest
-	(*common.PersonIDList)(nil),               // 19: api.common.PersonIDList
-	(*common.WxConfReq)(nil),                  // 20: api.common.WxConfReq
-	(*common.CreateChatRoomParam)(nil),        // 21: api.common.CreateChatRoomParam
-	(*common.SexReq)(nil),                     // 22: api.common.SexReq
-	(*common.ListPage2Request)(nil),           // 23: api.common.ListPage2Request
-	(*common.FindChatRecordListRequest)(nil),  // 24: api.common.FindChatRecordListRequest
-	(*common.FindChatRoomMsgRequest)(nil),     // 25: api.common.FindChatRoomMsgRequest
-	(*common.MemeRequest)(nil),                // 26: api.common.MemeRequest
-	(*common.FindChatTopicRequest)(nil),       // 27: api.common.FindChatTopicRequest
-	(*common.RandomNum)(nil),                  // 28: api.common.RandomNum
-	(*common.RandomNumAndSex)(nil),            // 29: api.common.RandomNumAndSex
-	(*common.ReportChatRequest)(nil),          // 30: api.common.ReportChatRequest
-	(*common.RoomIDRequest)(nil),              // 31: api.common.RoomIDRequest
-	(*common.FindRecommendRequest)(nil),       // 32: api.common.FindRecommendRequest
-	(*common.PersonMsg)(nil),                  // 33: api.common.PersonMsg
-	(*statistics.LookMessageReply)(nil),       // 34: api.statistics.LookMessageReply
-	(*common.AddFriendMessageInfo)(nil),       // 35: api.common.AddFriendMessageInfo
-	(*common.HomeInfo)(nil),                   // 36: api.common.HomeInfo
-	(*common.LookedAndLikedNum)(nil),          // 37: api.common.LookedAndLikedNum
-	(*statistics.LookAndLikeListReply)(nil),   // 38: api.statistics.LookAndLikeListReply
-	(*common.PersonDBReply)(nil),              // 39: api.common.PersonDBReply
-	(*common.WxConfResponse)(nil),             // 40: api.common.WxConfResponse
-	(*chat.RoomReply)(nil),                    // 41: api.chat.RoomReply
-	(*common.TagListReply)(nil),               // 42: api.common.TagListReply
-	(*common.RecommendPersonListReply)(nil),   // 43: api.common.RecommendPersonListReply
-	(*chat.PartnerFindRoomListReply)(nil),     // 44: api.chat.PartnerFindRoomListReply
-	(*common.ChatRecordListReply)(nil),        // 45: api.common.ChatRecordListReply
-	(*common.ChatRoomMsg)(nil),                // 46: api.common.ChatRoomMsg
-	(*common.IsLike)(nil),                     // 47: api.common.IsLike
-	(*common.MemeList)(nil),                   // 48: api.common.MemeList
-	(*common.ChatTopicList)(nil),              // 49: api.common.ChatTopicList
-	(*common.CommonTextList)(nil),             // 50: api.common.CommonTextList
-	(*common.MemeTitleList)(nil),              // 51: api.common.MemeTitleList
-	(*common.PartnerChatCardInfo)(nil),        // 52: api.common.PartnerChatCardInfo
+	(*PartnerUpdateWorkingStatusRequest)(nil),  // 0: api.partner.PartnerUpdateWorkingStatusRequest
+	(*PartnerGetAwardRequest)(nil),             // 1: api.partner.PartnerGetAwardRequest
+	(*LevelTable)(nil),                         // 2: api.partner.LevelTable
+	(*LevelInfo)(nil),                          // 3: api.partner.LevelInfo
+	(*AddPartnerBalanceRequest)(nil),           // 4: api.partner.AddPartnerBalanceRequest
+	(*PartnerInfo)(nil),                        // 5: api.partner.PartnerInfo
+	(*PartnerMessage)(nil),                     // 6: api.partner.PartnerMessage
+	(*PartnerBalance)(nil),                     // 7: api.partner.PartnerBalance
+	(*PartnerDBBalance)(nil),                   // 8: api.partner.PartnerDBBalance
+	(*RandomPartnerInfo)(nil),                  // 9: api.partner.RandomPartnerInfo
+	(*GetRandomPartnerRequest)(nil),            // 10: api.partner.GetRandomPartnerRequest
+	(*emptypb.Empty)(nil),                      // 11: google.protobuf.Empty
+	(*common.PartnerIDParam)(nil),              // 12: api.common.PartnerIDParam
+	(*common.PersonIDParam)(nil),               // 13: api.common.PersonIDParam
+	(*common.SendPhoneCodeRequest)(nil),        // 14: api.common.SendPhoneCodeRequest
+	(*common.CheckPhoneCodeRequest)(nil),       // 15: api.common.CheckPhoneCodeRequest
+	(*common.UpdateInformationRequest)(nil),    // 16: api.common.UpdateInformationRequest
+	(*common.PersonParam)(nil),                 // 17: api.common.PersonParam
+	(*common.ListPageRequest)(nil),             // 18: api.common.ListPageRequest
+	(*common.PersonIDList)(nil),                // 19: api.common.PersonIDList
+	(*common.WxConfReq)(nil),                   // 20: api.common.WxConfReq
+	(*common.CreateChatRoomParam)(nil),         // 21: api.common.CreateChatRoomParam
+	(*common.SexReq)(nil),                      // 22: api.common.SexReq
+	(*common.ListPage2Request)(nil),            // 23: api.common.ListPage2Request
+	(*common.FindChatRecordListRequest)(nil),   // 24: api.common.FindChatRecordListRequest
+	(*common.FindChatRoomMsgRequest)(nil),      // 25: api.common.FindChatRoomMsgRequest
+	(*common.MemeRequest)(nil),                 // 26: api.common.MemeRequest
+	(*common.FindChatTopicRequest)(nil),        // 27: api.common.FindChatTopicRequest
+	(*common.RandomNum)(nil),                   // 28: api.common.RandomNum
+	(*common.RandomNumAndSex)(nil),             // 29: api.common.RandomNumAndSex
+	(*common.ReportChatRequest)(nil),           // 30: api.common.ReportChatRequest
+	(*common.RoomIDRequest)(nil),               // 31: api.common.RoomIDRequest
+	(*common.FindRecommendRequest)(nil),        // 32: api.common.FindRecommendRequest
+	(*common.PersonMsg)(nil),                   // 33: api.common.PersonMsg
+	(*statistics.LookMessageReply)(nil),        // 34: api.statistics.LookMessageReply
+	(*common.AddFriendMessageInfo)(nil),        // 35: api.common.AddFriendMessageInfo
+	(*common.HomeInfo)(nil),                    // 36: api.common.HomeInfo
+	(*common.LookedAndLikedNum)(nil),           // 37: api.common.LookedAndLikedNum
+	(*statistics.LookAndLikeListReply)(nil),    // 38: api.statistics.LookAndLikeListReply
+	(*common.PersonDBReply)(nil),               // 39: api.common.PersonDBReply
+	(*common.WxConfResponse)(nil),              // 40: api.common.WxConfResponse
+	(*chat.RoomReply)(nil),                     // 41: api.chat.RoomReply
+	(*common.TagListReply)(nil),                // 42: api.common.TagListReply
+	(*common.RecommendPersonListReply)(nil),    // 43: api.common.RecommendPersonListReply
+	(*chat.PartnerFindRoomListReply)(nil),      // 44: api.chat.PartnerFindRoomListReply
+	(*common.ChatRecordListReply)(nil),         // 45: api.common.ChatRecordListReply
+	(*common.ChatRoomMsg)(nil),                 // 46: api.common.ChatRoomMsg
+	(*common.IsLike)(nil),                      // 47: api.common.IsLike
+	(*common.MemeList)(nil),                    // 48: api.common.MemeList
+	(*common.ChatTopicList)(nil),               // 49: api.common.ChatTopicList
+	(*common.CommonTextList)(nil),              // 50: api.common.CommonTextList
+	(*common.MemeTitleList)(nil),               // 51: api.common.MemeTitleList
+	(*common.PartnerChatCardInfo)(nil),         // 52: api.common.PartnerChatCardInfo
+	(*common.FindOverSevenDayAvatarReply)(nil), // 53: api.common.FindOverSevenDayAvatarReply
 }
 var file_partner_proto_depIdxs = []int32{
 	3,  // 0: api.partner.LevelTable.list:type_name -> api.partner.LevelInfo
@@ -1318,49 +1327,51 @@ var file_partner_proto_depIdxs = []int32{
 	1,  // 39: api.partner.Partner.PartnerGetAward:input_type -> api.partner.PartnerGetAwardRequest
 	0,  // 40: api.partner.Partner.PartnerUpdateWorkingStatus:input_type -> api.partner.PartnerUpdateWorkingStatusRequest
 	32, // 41: api.partner.Partner.FindRecommendPartnerDBList:input_type -> api.common.FindRecommendRequest
-	5,  // 42: api.partner.Partner.GetPartnerInfo:output_type -> api.partner.PartnerInfo
-	7,  // 43: api.partner.Partner.GetPartnerBalance:output_type -> api.partner.PartnerBalance
-	8,  // 44: api.partner.Partner.GetPartnerDBBalance:output_type -> api.partner.PartnerDBBalance
-	33, // 45: api.partner.Partner.GetPartnerDBMsg:output_type -> api.common.PersonMsg
-	6,  // 46: api.partner.Partner.GetPartnerMessage:output_type -> api.partner.PartnerMessage
-	34, // 47: api.partner.Partner.GetPartnerLookNum:output_type -> api.statistics.LookMessageReply
-	11, // 48: api.partner.Partner.SendPhoneCode:output_type -> google.protobuf.Empty
-	11, // 49: api.partner.Partner.CheckPhoneCode:output_type -> google.protobuf.Empty
-	35, // 50: api.partner.Partner.GetPartnerCircleInfo:output_type -> api.common.AddFriendMessageInfo
-	11, // 51: api.partner.Partner.UpdatePartnerInformation:output_type -> google.protobuf.Empty
-	9,  // 52: api.partner.Partner.GetRandomPartnerInfo:output_type -> api.partner.RandomPartnerInfo
-	36, // 53: api.partner.Partner.PartnerGetHomeInfo:output_type -> api.common.HomeInfo
-	37, // 54: api.partner.Partner.PartnerGetPersonLikedAndLooked:output_type -> api.common.LookedAndLikedNum
-	38, // 55: api.partner.Partner.FindLookList:output_type -> api.statistics.LookAndLikeListReply
-	39, // 56: api.partner.Partner.FindPartnerDBList:output_type -> api.common.PersonDBReply
-	40, // 57: api.partner.Partner.WxConf:output_type -> api.common.WxConfResponse
-	41, // 58: api.partner.Partner.CreateUserPartnerRoom:output_type -> api.chat.RoomReply
-	42, // 59: api.partner.Partner.FindTagListBySex:output_type -> api.common.TagListReply
-	43, // 60: api.partner.Partner.FindOnlineList:output_type -> api.common.RecommendPersonListReply
-	44, // 61: api.partner.Partner.FindUnReplyRoomList:output_type -> api.chat.PartnerFindRoomListReply
-	44, // 62: api.partner.Partner.FindWithinSevenDayRoomList:output_type -> api.chat.PartnerFindRoomListReply
-	44, // 63: api.partner.Partner.FindOverSevenDayRoomList:output_type -> api.chat.PartnerFindRoomListReply
-	45, // 64: api.partner.Partner.FindChatRecordList:output_type -> api.common.ChatRecordListReply
-	46, // 65: api.partner.Partner.FindChatRoomMsg:output_type -> api.common.ChatRoomMsg
-	11, // 66: api.partner.Partner.AddPartnerBalance:output_type -> google.protobuf.Empty
-	2,  // 67: api.partner.Partner.GetLevelBalanceTable:output_type -> api.partner.LevelTable
-	47, // 68: api.partner.Partner.GetPartnerIsLike:output_type -> api.common.IsLike
-	48, // 69: api.partner.Partner.FindMemeByType:output_type -> api.common.MemeList
-	49, // 70: api.partner.Partner.FindChatTopic:output_type -> api.common.ChatTopicList
-	50, // 71: api.partner.Partner.RandomMeme:output_type -> api.common.CommonTextList
-	50, // 72: api.partner.Partner.RandomSwiftMessage:output_type -> api.common.CommonTextList
-	51, // 73: api.partner.Partner.FindMemeTitle:output_type -> api.common.MemeTitleList
-	52, // 74: api.partner.Partner.PartnerGetChatCard:output_type -> api.common.PartnerChatCardInfo
-	51, // 75: api.partner.Partner.FindChatTopicTitle:output_type -> api.common.MemeTitleList
-	11, // 76: api.partner.Partner.PartnerLike:output_type -> google.protobuf.Empty
-	11, // 77: api.partner.Partner.PartnerUnLike:output_type -> google.protobuf.Empty
-	11, // 78: api.partner.Partner.Report:output_type -> google.protobuf.Empty
-	11, // 79: api.partner.Partner.PartnerSetBlackChat:output_type -> google.protobuf.Empty
-	11, // 80: api.partner.Partner.PartnerGetAward:output_type -> google.protobuf.Empty
-	11, // 81: api.partner.Partner.PartnerUpdateWorkingStatus:output_type -> google.protobuf.Empty
-	39, // 82: api.partner.Partner.FindRecommendPartnerDBList:output_type -> api.common.PersonDBReply
-	42, // [42:83] is the sub-list for method output_type
-	1,  // [1:42] is the sub-list for method input_type
+	11, // 42: api.partner.Partner.FindOverSevenDayAvatar:input_type -> google.protobuf.Empty
+	5,  // 43: api.partner.Partner.GetPartnerInfo:output_type -> api.partner.PartnerInfo
+	7,  // 44: api.partner.Partner.GetPartnerBalance:output_type -> api.partner.PartnerBalance
+	8,  // 45: api.partner.Partner.GetPartnerDBBalance:output_type -> api.partner.PartnerDBBalance
+	33, // 46: api.partner.Partner.GetPartnerDBMsg:output_type -> api.common.PersonMsg
+	6,  // 47: api.partner.Partner.GetPartnerMessage:output_type -> api.partner.PartnerMessage
+	34, // 48: api.partner.Partner.GetPartnerLookNum:output_type -> api.statistics.LookMessageReply
+	11, // 49: api.partner.Partner.SendPhoneCode:output_type -> google.protobuf.Empty
+	11, // 50: api.partner.Partner.CheckPhoneCode:output_type -> google.protobuf.Empty
+	35, // 51: api.partner.Partner.GetPartnerCircleInfo:output_type -> api.common.AddFriendMessageInfo
+	11, // 52: api.partner.Partner.UpdatePartnerInformation:output_type -> google.protobuf.Empty
+	9,  // 53: api.partner.Partner.GetRandomPartnerInfo:output_type -> api.partner.RandomPartnerInfo
+	36, // 54: api.partner.Partner.PartnerGetHomeInfo:output_type -> api.common.HomeInfo
+	37, // 55: api.partner.Partner.PartnerGetPersonLikedAndLooked:output_type -> api.common.LookedAndLikedNum
+	38, // 56: api.partner.Partner.FindLookList:output_type -> api.statistics.LookAndLikeListReply
+	39, // 57: api.partner.Partner.FindPartnerDBList:output_type -> api.common.PersonDBReply
+	40, // 58: api.partner.Partner.WxConf:output_type -> api.common.WxConfResponse
+	41, // 59: api.partner.Partner.CreateUserPartnerRoom:output_type -> api.chat.RoomReply
+	42, // 60: api.partner.Partner.FindTagListBySex:output_type -> api.common.TagListReply
+	43, // 61: api.partner.Partner.FindOnlineList:output_type -> api.common.RecommendPersonListReply
+	44, // 62: api.partner.Partner.FindUnReplyRoomList:output_type -> api.chat.PartnerFindRoomListReply
+	44, // 63: api.partner.Partner.FindWithinSevenDayRoomList:output_type -> api.chat.PartnerFindRoomListReply
+	44, // 64: api.partner.Partner.FindOverSevenDayRoomList:output_type -> api.chat.PartnerFindRoomListReply
+	45, // 65: api.partner.Partner.FindChatRecordList:output_type -> api.common.ChatRecordListReply
+	46, // 66: api.partner.Partner.FindChatRoomMsg:output_type -> api.common.ChatRoomMsg
+	11, // 67: api.partner.Partner.AddPartnerBalance:output_type -> google.protobuf.Empty
+	2,  // 68: api.partner.Partner.GetLevelBalanceTable:output_type -> api.partner.LevelTable
+	47, // 69: api.partner.Partner.GetPartnerIsLike:output_type -> api.common.IsLike
+	48, // 70: api.partner.Partner.FindMemeByType:output_type -> api.common.MemeList
+	49, // 71: api.partner.Partner.FindChatTopic:output_type -> api.common.ChatTopicList
+	50, // 72: api.partner.Partner.RandomMeme:output_type -> api.common.CommonTextList
+	50, // 73: api.partner.Partner.RandomSwiftMessage:output_type -> api.common.CommonTextList
+	51, // 74: api.partner.Partner.FindMemeTitle:output_type -> api.common.MemeTitleList
+	52, // 75: api.partner.Partner.PartnerGetChatCard:output_type -> api.common.PartnerChatCardInfo
+	51, // 76: api.partner.Partner.FindChatTopicTitle:output_type -> api.common.MemeTitleList
+	11, // 77: api.partner.Partner.PartnerLike:output_type -> google.protobuf.Empty
+	11, // 78: api.partner.Partner.PartnerUnLike:output_type -> google.protobuf.Empty
+	11, // 79: api.partner.Partner.Report:output_type -> google.protobuf.Empty
+	11, // 80: api.partner.Partner.PartnerSetBlackChat:output_type -> google.protobuf.Empty
+	11, // 81: api.partner.Partner.PartnerGetAward:output_type -> google.protobuf.Empty
+	11, // 82: api.partner.Partner.PartnerUpdateWorkingStatus:output_type -> google.protobuf.Empty
+	39, // 83: api.partner.Partner.FindRecommendPartnerDBList:output_type -> api.common.PersonDBReply
+	53, // 84: api.partner.Partner.FindOverSevenDayAvatar:output_type -> api.common.FindOverSevenDayAvatarReply
+	43, // [43:85] is the sub-list for method output_type
+	1,  // [1:43] is the sub-list for method input_type
 	1,  // [1:1] is the sub-list for extension type_name
 	1,  // [1:1] is the sub-list for extension extendee
 	0,  // [0:1] is the sub-list for field type_name

+ 7 - 0
api/partner/partner.proto

@@ -263,6 +263,13 @@ service Partner {
   };
   // 查询推荐用户的数据
   rpc FindRecommendPartnerDBList (common.FindRecommendRequest) returns (common.PersonDBReply){};
+  // 超过七天的头像列表
+  rpc FindOverSevenDayAvatar (google.protobuf.Empty) returns (common.FindOverSevenDayAvatarReply){
+    option (google.api.http) = {
+      post: "/api/partner/over/avatar/list",
+      body:"*"
+    };
+  };
 }
 message PartnerUpdateWorkingStatusRequest{
   string workingStatus = 1;// 工作状态

+ 38 - 0
api/partner/partner_grpc.pb.go

@@ -101,6 +101,8 @@ type PartnerClient interface {
 	PartnerUpdateWorkingStatus(ctx context.Context, in *PartnerUpdateWorkingStatusRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
 	// 查询推荐用户的数据
 	FindRecommendPartnerDBList(ctx context.Context, in *common.FindRecommendRequest, opts ...grpc.CallOption) (*common.PersonDBReply, error)
+	// 超过七天的头像列表
+	FindOverSevenDayAvatar(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*common.FindOverSevenDayAvatarReply, error)
 }
 
 type partnerClient struct {
@@ -480,6 +482,15 @@ func (c *partnerClient) FindRecommendPartnerDBList(ctx context.Context, in *comm
 	return out, nil
 }
 
+func (c *partnerClient) FindOverSevenDayAvatar(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*common.FindOverSevenDayAvatarReply, error) {
+	out := new(common.FindOverSevenDayAvatarReply)
+	err := c.cc.Invoke(ctx, "/api.partner.Partner/FindOverSevenDayAvatar", in, out, opts...)
+	if err != nil {
+		return nil, err
+	}
+	return out, nil
+}
+
 // PartnerServer is the server API for Partner service.
 // All implementations must embed UnimplementedPartnerServer
 // for forward compatibility
@@ -563,6 +574,8 @@ type PartnerServer interface {
 	PartnerUpdateWorkingStatus(context.Context, *PartnerUpdateWorkingStatusRequest) (*emptypb.Empty, error)
 	// 查询推荐用户的数据
 	FindRecommendPartnerDBList(context.Context, *common.FindRecommendRequest) (*common.PersonDBReply, error)
+	// 超过七天的头像列表
+	FindOverSevenDayAvatar(context.Context, *emptypb.Empty) (*common.FindOverSevenDayAvatarReply, error)
 	mustEmbedUnimplementedPartnerServer()
 }
 
@@ -693,6 +706,9 @@ func (UnimplementedPartnerServer) PartnerUpdateWorkingStatus(context.Context, *P
 func (UnimplementedPartnerServer) FindRecommendPartnerDBList(context.Context, *common.FindRecommendRequest) (*common.PersonDBReply, error) {
 	return nil, status.Errorf(codes.Unimplemented, "method FindRecommendPartnerDBList not implemented")
 }
+func (UnimplementedPartnerServer) FindOverSevenDayAvatar(context.Context, *emptypb.Empty) (*common.FindOverSevenDayAvatarReply, error) {
+	return nil, status.Errorf(codes.Unimplemented, "method FindOverSevenDayAvatar not implemented")
+}
 func (UnimplementedPartnerServer) mustEmbedUnimplementedPartnerServer() {}
 
 // UnsafePartnerServer may be embedded to opt out of forward compatibility for this service.
@@ -1444,6 +1460,24 @@ func _Partner_FindRecommendPartnerDBList_Handler(srv interface{}, ctx context.Co
 	return interceptor(ctx, in, info, handler)
 }
 
+func _Partner_FindOverSevenDayAvatar_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
+	in := new(emptypb.Empty)
+	if err := dec(in); err != nil {
+		return nil, err
+	}
+	if interceptor == nil {
+		return srv.(PartnerServer).FindOverSevenDayAvatar(ctx, in)
+	}
+	info := &grpc.UnaryServerInfo{
+		Server:     srv,
+		FullMethod: "/api.partner.Partner/FindOverSevenDayAvatar",
+	}
+	handler := func(ctx context.Context, req interface{}) (interface{}, error) {
+		return srv.(PartnerServer).FindOverSevenDayAvatar(ctx, req.(*emptypb.Empty))
+	}
+	return interceptor(ctx, in, info, handler)
+}
+
 // Partner_ServiceDesc is the grpc.ServiceDesc for Partner service.
 // It's only intended for direct use with grpc.RegisterService,
 // and not to be introspected or modified (even as a copy)
@@ -1615,6 +1649,10 @@ var Partner_ServiceDesc = grpc.ServiceDesc{
 			MethodName: "FindRecommendPartnerDBList",
 			Handler:    _Partner_FindRecommendPartnerDBList_Handler,
 		},
+		{
+			MethodName: "FindOverSevenDayAvatar",
+			Handler:    _Partner_FindOverSevenDayAvatar_Handler,
+		},
 	},
 	Streams:  []grpc.StreamDesc{},
 	Metadata: "partner.proto",

+ 43 - 0
api/partner/partner_http.pb.go

@@ -40,6 +40,7 @@ type PartnerHTTPServer interface {
 	FindMemeByType(context.Context, *common.MemeRequest) (*common.MemeList, error)
 	FindMemeTitle(context.Context, *emptypb.Empty) (*common.MemeTitleList, error)
 	FindOnlineList(context.Context, *common.ListPage2Request) (*common.RecommendPersonListReply, error)
+	FindOverSevenDayAvatar(context.Context, *emptypb.Empty) (*common.FindOverSevenDayAvatarReply, error)
 	FindOverSevenDayRoomList(context.Context, *common.ListPageRequest) (*chat.PartnerFindRoomListReply, error)
 	FindTagListBySex(context.Context, *common.SexReq) (*common.TagListReply, error)
 	FindUnReplyRoomList(context.Context, *common.ListPageRequest) (*chat.PartnerFindRoomListReply, error)
@@ -102,6 +103,7 @@ func RegisterPartnerHTTPServer(s *http.Server, srv PartnerHTTPServer) {
 	r.POST("/api/partner/set/black", _Partner_PartnerSetBlackChat0_HTTP_Handler(srv))
 	r.POST("/api/partner/chat/award", _Partner_PartnerGetAward0_HTTP_Handler(srv))
 	r.POST("/api/partner/working/status/update", _Partner_PartnerUpdateWorkingStatus0_HTTP_Handler(srv))
+	r.POST("/api/partner/over/avatar/list", _Partner_FindOverSevenDayAvatar0_HTTP_Handler(srv))
 }
 
 func _Partner_GetPartnerInfo0_HTTP_Handler(srv PartnerHTTPServer) func(ctx http.Context) error {
@@ -1022,6 +1024,33 @@ func _Partner_PartnerUpdateWorkingStatus0_HTTP_Handler(srv PartnerHTTPServer) fu
 	}
 }
 
+func _Partner_FindOverSevenDayAvatar0_HTTP_Handler(srv PartnerHTTPServer) func(ctx http.Context) error {
+	return func(ctx http.Context) error {
+		var in emptypb.Empty
+		if err := ctx.Bind(&in); err != nil {
+			return err
+		}
+		if err := ctx.BindQuery(&in); err != nil {
+			return err
+		}
+		http.SetOperation(ctx, "/api.partner.Partner/FindOverSevenDayAvatar")
+		h := ctx.Middleware(func(ctx context.Context, req interface{}) (interface{}, error) {
+			return srv.FindOverSevenDayAvatar(ctx, req.(*emptypb.Empty))
+		})
+		out, err := h(ctx, &in)
+		if err != nil {
+			return err
+		}
+		success := &reply.SuccessReply{
+			Code: 0,
+		}
+		if out != nil {
+			success.Data = out
+		}
+		return ctx.Result(200, success)
+	}
+}
+
 type PartnerHTTPClient interface {
 	CheckPhoneCode(ctx context.Context, req *common.CheckPhoneCodeRequest, opts ...http.CallOption) (rsp *emptypb.Empty, err error)
 	CreateUserPartnerRoom(ctx context.Context, req *common.CreateChatRoomParam, opts ...http.CallOption) (rsp *chat.RoomReply, err error)
@@ -1033,6 +1062,7 @@ type PartnerHTTPClient interface {
 	FindMemeByType(ctx context.Context, req *common.MemeRequest, opts ...http.CallOption) (rsp *common.MemeList, err error)
 	FindMemeTitle(ctx context.Context, req *emptypb.Empty, opts ...http.CallOption) (rsp *common.MemeTitleList, err error)
 	FindOnlineList(ctx context.Context, req *common.ListPage2Request, opts ...http.CallOption) (rsp *common.RecommendPersonListReply, err error)
+	FindOverSevenDayAvatar(ctx context.Context, req *emptypb.Empty, opts ...http.CallOption) (rsp *common.FindOverSevenDayAvatarReply, err error)
 	FindOverSevenDayRoomList(ctx context.Context, req *common.ListPageRequest, opts ...http.CallOption) (rsp *chat.PartnerFindRoomListReply, err error)
 	FindTagListBySex(ctx context.Context, req *common.SexReq, opts ...http.CallOption) (rsp *common.TagListReply, err error)
 	FindUnReplyRoomList(ctx context.Context, req *common.ListPageRequest, opts ...http.CallOption) (rsp *chat.PartnerFindRoomListReply, err error)
@@ -1197,6 +1227,19 @@ func (c *PartnerHTTPClientImpl) FindOnlineList(ctx context.Context, in *common.L
 	return &out, err
 }
 
+func (c *PartnerHTTPClientImpl) FindOverSevenDayAvatar(ctx context.Context, in *emptypb.Empty, opts ...http.CallOption) (*common.FindOverSevenDayAvatarReply, error) {
+	var out common.FindOverSevenDayAvatarReply
+	pattern := "/api/partner/over/avatar/list"
+	path := binding.EncodeURL(pattern, in, false)
+	opts = append(opts, http.Operation("/api.partner.Partner/FindOverSevenDayAvatar"))
+	opts = append(opts, http.PathTemplate(pattern))
+	err := c.cc.Invoke(ctx, "POST", path, in, &out, opts...)
+	if err != nil {
+		return nil, err
+	}
+	return &out, err
+}
+
 func (c *PartnerHTTPClientImpl) FindOverSevenDayRoomList(ctx context.Context, in *common.ListPageRequest, opts ...http.CallOption) (*chat.PartnerFindRoomListReply, error) {
 	var out chat.PartnerFindRoomListReply
 	pattern := "/api/partner/list/chat/over"

+ 65 - 54
api/user/user.pb.go

@@ -1325,7 +1325,7 @@ var file_user_proto_rawDesc = []byte{
 	0x74, 0x61, 0x74, 0x75, 0x73, 0x22, 0x2a, 0x0a, 0x10, 0x50, 0x61, 0x79, 0x43, 0x61, 0x6c, 0x6c,
 	0x62, 0x61, 0x63, 0x6b, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x72, 0x65, 0x73,
 	0x75, 0x6c, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x06, 0x72, 0x65, 0x73, 0x75, 0x6c,
-	0x74, 0x32, 0xd0, 0x26, 0x0a, 0x04, 0x55, 0x73, 0x65, 0x72, 0x12, 0x7e, 0x0a, 0x15, 0x55, 0x70,
+	0x74, 0x32, 0xd3, 0x27, 0x0a, 0x04, 0x55, 0x73, 0x65, 0x72, 0x12, 0x7e, 0x0a, 0x15, 0x55, 0x70,
 	0x64, 0x61, 0x74, 0x65, 0x55, 0x73, 0x65, 0x72, 0x49, 0x6e, 0x66, 0x6f, 0x72, 0x6d, 0x61, 0x74,
 	0x69, 0x6f, 0x6e, 0x12, 0x24, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e,
 	0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x72, 0x6d, 0x61, 0x74, 0x69,
@@ -1634,11 +1634,19 @@ var file_user_proto_rawDesc = []byte{
 	0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x22,
 	0x23, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1d, 0x22, 0x18, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x75, 0x73,
 	0x65, 0x72, 0x2f, 0x6c, 0x69, 0x73, 0x74, 0x2f, 0x72, 0x65, 0x63, 0x6f, 0x6d, 0x6d, 0x65, 0x6e,
-	0x64, 0x3a, 0x01, 0x2a, 0x42, 0x3d, 0x0a, 0x08, 0x61, 0x70, 0x69, 0x2e, 0x75, 0x73, 0x65, 0x72,
-	0x50, 0x01, 0x5a, 0x2f, 0x67, 0x69, 0x74, 0x2e, 0x69, 0x6b, 0x75, 0x62, 0x61, 0x6e, 0x2e, 0x63,
-	0x6f, 0x6d, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x2f, 0x70, 0x77, 0x2d, 0x70, 0x72, 0x6f,
-	0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x75, 0x73, 0x65, 0x72, 0x3b, 0x75,
-	0x73, 0x65, 0x72, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
+	0x64, 0x3a, 0x01, 0x2a, 0x12, 0x80, 0x01, 0x0a, 0x16, 0x46, 0x69, 0x6e, 0x64, 0x4f, 0x76, 0x65,
+	0x72, 0x53, 0x65, 0x76, 0x65, 0x6e, 0x44, 0x61, 0x79, 0x41, 0x76, 0x61, 0x74, 0x61, 0x72, 0x12,
+	0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75,
+	0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x1a, 0x27, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f,
+	0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x46, 0x69, 0x6e, 0x64, 0x4f, 0x76, 0x65, 0x72, 0x53, 0x65, 0x76,
+	0x65, 0x6e, 0x44, 0x61, 0x79, 0x41, 0x76, 0x61, 0x74, 0x61, 0x72, 0x52, 0x65, 0x70, 0x6c, 0x79,
+	0x22, 0x25, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1f, 0x22, 0x1a, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x75,
+	0x73, 0x65, 0x72, 0x2f, 0x6f, 0x76, 0x65, 0x72, 0x2f, 0x61, 0x76, 0x61, 0x74, 0x61, 0x72, 0x2f,
+	0x6c, 0x69, 0x73, 0x74, 0x3a, 0x01, 0x2a, 0x42, 0x3d, 0x0a, 0x08, 0x61, 0x70, 0x69, 0x2e, 0x75,
+	0x73, 0x65, 0x72, 0x50, 0x01, 0x5a, 0x2f, 0x67, 0x69, 0x74, 0x2e, 0x69, 0x6b, 0x75, 0x62, 0x61,
+	0x6e, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x2f, 0x70, 0x77, 0x2d,
+	0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x75, 0x73, 0x65,
+	0x72, 0x3b, 0x75, 0x73, 0x65, 0x72, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
 }
 
 var (
@@ -1715,6 +1723,7 @@ var file_user_proto_goTypes = []interface{}{
 	(*common.ChatTopicList)(nil),                     // 57: api.common.ChatTopicList
 	(*common.CommonTextList)(nil),                    // 58: api.common.CommonTextList
 	(*common.MemeTitleList)(nil),                     // 59: api.common.MemeTitleList
+	(*common.FindOverSevenDayAvatarReply)(nil),       // 60: api.common.FindOverSevenDayAvatarReply
 }
 var file_user_proto_depIdxs = []int32{
 	3,  // 0: api.user.RechargeList.list:type_name -> api.user.RechargeInfo
@@ -1767,54 +1776,56 @@ var file_user_proto_depIdxs = []int32{
 	37, // 47: api.user.User.Report:input_type -> api.common.ReportChatRequest
 	38, // 48: api.user.User.FindRecommendUserDBList:input_type -> api.common.FindRecommendRequest
 	0,  // 49: api.user.User.FindRecommendPersonList:input_type -> api.user.FindRecommendPersonListRequest
-	18, // 50: api.user.User.UpdateUserInformation:output_type -> google.protobuf.Empty
-	8,  // 51: api.user.User.GetUserInfo:output_type -> api.user.UserInfo
-	39, // 52: api.user.User.GetUserDBMsg:output_type -> api.common.PersonMsg
-	18, // 53: api.user.User.SendPhoneCode:output_type -> google.protobuf.Empty
-	18, // 54: api.user.User.CheckPhoneCode:output_type -> google.protobuf.Empty
-	40, // 55: api.user.User.CheckUserPartnerIsRelationship:output_type -> api.chat.CheckUserPartnerIsRelationshipReply
-	41, // 56: api.user.User.CreateUserPersonRoom:output_type -> api.chat.RoomReply
-	42, // 57: api.user.User.GetPartnerCircleInfo:output_type -> api.common.AddFriendMessageInfo
-	43, // 58: api.user.User.UserGetHomeInfo:output_type -> api.common.HomeInfo
-	44, // 59: api.user.User.FindUserDBList:output_type -> api.common.PersonDBReply
-	45, // 60: api.user.User.FindLookList:output_type -> api.statistics.LookAndLikeListReply
-	45, // 61: api.user.User.FindLikeList:output_type -> api.statistics.LookAndLikeListReply
-	45, // 62: api.user.User.FindLikedList:output_type -> api.statistics.LookAndLikeListReply
-	46, // 63: api.user.User.GetLookAndLikeStatisticsMessage:output_type -> api.statistics.LookAndLikeMessageReply
-	47, // 64: api.user.User.WxConf:output_type -> api.common.WxConfResponse
-	48, // 65: api.user.User.FindTagListBySex:output_type -> api.common.TagListReply
-	49, // 66: api.user.User.FindOnlineList:output_type -> api.common.RecommendPersonListReply
-	6,  // 67: api.user.User.FindWithinSevenDayRoomList:output_type -> api.user.UserFindChatListReply
-	6,  // 68: api.user.User.FindOverSevenDayRoomList:output_type -> api.user.UserFindChatListReply
-	50, // 69: api.user.User.UserGetPersonLikedAndLooked:output_type -> api.common.LookedAndLikedNum
-	5,  // 70: api.user.User.GetUserBalance:output_type -> api.user.UserBalance
-	51, // 71: api.user.User.GetUserLookNum:output_type -> api.statistics.LookMessageReply
-	52, // 72: api.user.User.FindChatRecordList:output_type -> api.common.ChatRecordListReply
-	53, // 73: api.user.User.FindChatRoomMsg:output_type -> api.common.ChatRoomMsg
-	54, // 74: api.user.User.GetUserIsLike:output_type -> api.common.IsLike
-	18, // 75: api.user.User.UserFinishInformation:output_type -> google.protobuf.Empty
-	4,  // 76: api.user.User.UserInformationStatus:output_type -> api.user.InformationStatus
-	18, // 77: api.user.User.UserGetInformationAward:output_type -> google.protobuf.Empty
-	55, // 78: api.user.User.UserGetChatCard:output_type -> api.common.ChatCardInfo
-	18, // 79: api.user.User.UserLike:output_type -> google.protobuf.Empty
-	18, // 80: api.user.User.UserUnLike:output_type -> google.protobuf.Empty
-	18, // 81: api.user.User.UnlockLookRecord:output_type -> google.protobuf.Empty
-	18, // 82: api.user.User.SendMsgReduceCredit:output_type -> google.protobuf.Empty
-	56, // 83: api.user.User.FindMemeByType:output_type -> api.common.MemeList
-	57, // 84: api.user.User.FindChatTopic:output_type -> api.common.ChatTopicList
-	58, // 85: api.user.User.RandomMeme:output_type -> api.common.CommonTextList
-	58, // 86: api.user.User.RandomSwiftMessage:output_type -> api.common.CommonTextList
-	59, // 87: api.user.User.FindMemeTitle:output_type -> api.common.MemeTitleList
-	18, // 88: api.user.User.UserSetBlackChat:output_type -> google.protobuf.Empty
-	59, // 89: api.user.User.FindChatTopicTitle:output_type -> api.common.MemeTitleList
-	11, // 90: api.user.User.UserRecharge:output_type -> api.user.PayInfo
-	2,  // 91: api.user.User.FindRechargeList:output_type -> api.user.RechargeList
-	13, // 92: api.user.User.FindPayList:output_type -> api.user.PayOrderList
-	18, // 93: api.user.User.Report:output_type -> google.protobuf.Empty
-	44, // 94: api.user.User.FindRecommendUserDBList:output_type -> api.common.PersonDBReply
-	49, // 95: api.user.User.FindRecommendPersonList:output_type -> api.common.RecommendPersonListReply
-	50, // [50:96] is the sub-list for method output_type
-	4,  // [4:50] is the sub-list for method input_type
+	18, // 50: api.user.User.FindOverSevenDayAvatar:input_type -> google.protobuf.Empty
+	18, // 51: api.user.User.UpdateUserInformation:output_type -> google.protobuf.Empty
+	8,  // 52: api.user.User.GetUserInfo:output_type -> api.user.UserInfo
+	39, // 53: api.user.User.GetUserDBMsg:output_type -> api.common.PersonMsg
+	18, // 54: api.user.User.SendPhoneCode:output_type -> google.protobuf.Empty
+	18, // 55: api.user.User.CheckPhoneCode:output_type -> google.protobuf.Empty
+	40, // 56: api.user.User.CheckUserPartnerIsRelationship:output_type -> api.chat.CheckUserPartnerIsRelationshipReply
+	41, // 57: api.user.User.CreateUserPersonRoom:output_type -> api.chat.RoomReply
+	42, // 58: api.user.User.GetPartnerCircleInfo:output_type -> api.common.AddFriendMessageInfo
+	43, // 59: api.user.User.UserGetHomeInfo:output_type -> api.common.HomeInfo
+	44, // 60: api.user.User.FindUserDBList:output_type -> api.common.PersonDBReply
+	45, // 61: api.user.User.FindLookList:output_type -> api.statistics.LookAndLikeListReply
+	45, // 62: api.user.User.FindLikeList:output_type -> api.statistics.LookAndLikeListReply
+	45, // 63: api.user.User.FindLikedList:output_type -> api.statistics.LookAndLikeListReply
+	46, // 64: api.user.User.GetLookAndLikeStatisticsMessage:output_type -> api.statistics.LookAndLikeMessageReply
+	47, // 65: api.user.User.WxConf:output_type -> api.common.WxConfResponse
+	48, // 66: api.user.User.FindTagListBySex:output_type -> api.common.TagListReply
+	49, // 67: api.user.User.FindOnlineList:output_type -> api.common.RecommendPersonListReply
+	6,  // 68: api.user.User.FindWithinSevenDayRoomList:output_type -> api.user.UserFindChatListReply
+	6,  // 69: api.user.User.FindOverSevenDayRoomList:output_type -> api.user.UserFindChatListReply
+	50, // 70: api.user.User.UserGetPersonLikedAndLooked:output_type -> api.common.LookedAndLikedNum
+	5,  // 71: api.user.User.GetUserBalance:output_type -> api.user.UserBalance
+	51, // 72: api.user.User.GetUserLookNum:output_type -> api.statistics.LookMessageReply
+	52, // 73: api.user.User.FindChatRecordList:output_type -> api.common.ChatRecordListReply
+	53, // 74: api.user.User.FindChatRoomMsg:output_type -> api.common.ChatRoomMsg
+	54, // 75: api.user.User.GetUserIsLike:output_type -> api.common.IsLike
+	18, // 76: api.user.User.UserFinishInformation:output_type -> google.protobuf.Empty
+	4,  // 77: api.user.User.UserInformationStatus:output_type -> api.user.InformationStatus
+	18, // 78: api.user.User.UserGetInformationAward:output_type -> google.protobuf.Empty
+	55, // 79: api.user.User.UserGetChatCard:output_type -> api.common.ChatCardInfo
+	18, // 80: api.user.User.UserLike:output_type -> google.protobuf.Empty
+	18, // 81: api.user.User.UserUnLike:output_type -> google.protobuf.Empty
+	18, // 82: api.user.User.UnlockLookRecord:output_type -> google.protobuf.Empty
+	18, // 83: api.user.User.SendMsgReduceCredit:output_type -> google.protobuf.Empty
+	56, // 84: api.user.User.FindMemeByType:output_type -> api.common.MemeList
+	57, // 85: api.user.User.FindChatTopic:output_type -> api.common.ChatTopicList
+	58, // 86: api.user.User.RandomMeme:output_type -> api.common.CommonTextList
+	58, // 87: api.user.User.RandomSwiftMessage:output_type -> api.common.CommonTextList
+	59, // 88: api.user.User.FindMemeTitle:output_type -> api.common.MemeTitleList
+	18, // 89: api.user.User.UserSetBlackChat:output_type -> google.protobuf.Empty
+	59, // 90: api.user.User.FindChatTopicTitle:output_type -> api.common.MemeTitleList
+	11, // 91: api.user.User.UserRecharge:output_type -> api.user.PayInfo
+	2,  // 92: api.user.User.FindRechargeList:output_type -> api.user.RechargeList
+	13, // 93: api.user.User.FindPayList:output_type -> api.user.PayOrderList
+	18, // 94: api.user.User.Report:output_type -> google.protobuf.Empty
+	44, // 95: api.user.User.FindRecommendUserDBList:output_type -> api.common.PersonDBReply
+	49, // 96: api.user.User.FindRecommendPersonList:output_type -> api.common.RecommendPersonListReply
+	60, // 97: api.user.User.FindOverSevenDayAvatar:output_type -> api.common.FindOverSevenDayAvatarReply
+	51, // [51:98] is the sub-list for method output_type
+	4,  // [4:51] is the sub-list for method input_type
 	4,  // [4:4] is the sub-list for extension type_name
 	4,  // [4:4] is the sub-list for extension extendee
 	0,  // [0:4] is the sub-list for field type_name

+ 9 - 0
api/user/user.proto

@@ -317,8 +317,17 @@ service User {
       body:"*"
     };
   };
+  // 超过七天的头像列表
+  rpc FindOverSevenDayAvatar (google.protobuf.Empty) returns (common.FindOverSevenDayAvatarReply){
+    option (google.api.http) = {
+      post: "/api/user/over/avatar/list",
+      body:"*"
+    };
+  };
 }
 
+
+
 message FindRecommendPersonListRequest{
   string nextId = 1;
   int64 offset = 2;

+ 38 - 0
api/user/user_grpc.pb.go

@@ -113,6 +113,8 @@ type UserClient interface {
 	FindRecommendUserDBList(ctx context.Context, in *common.FindRecommendRequest, opts ...grpc.CallOption) (*common.PersonDBReply, error)
 	// 查询推荐人的列表
 	FindRecommendPersonList(ctx context.Context, in *FindRecommendPersonListRequest, opts ...grpc.CallOption) (*common.RecommendPersonListReply, error)
+	// 超过七天的头像列表
+	FindOverSevenDayAvatar(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*common.FindOverSevenDayAvatarReply, error)
 }
 
 type userClient struct {
@@ -537,6 +539,15 @@ func (c *userClient) FindRecommendPersonList(ctx context.Context, in *FindRecomm
 	return out, nil
 }
 
+func (c *userClient) FindOverSevenDayAvatar(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*common.FindOverSevenDayAvatarReply, error) {
+	out := new(common.FindOverSevenDayAvatarReply)
+	err := c.cc.Invoke(ctx, "/api.user.User/FindOverSevenDayAvatar", in, out, opts...)
+	if err != nil {
+		return nil, err
+	}
+	return out, nil
+}
+
 // UserServer is the server API for User service.
 // All implementations must embed UnimplementedUserServer
 // for forward compatibility
@@ -632,6 +643,8 @@ type UserServer interface {
 	FindRecommendUserDBList(context.Context, *common.FindRecommendRequest) (*common.PersonDBReply, error)
 	// 查询推荐人的列表
 	FindRecommendPersonList(context.Context, *FindRecommendPersonListRequest) (*common.RecommendPersonListReply, error)
+	// 超过七天的头像列表
+	FindOverSevenDayAvatar(context.Context, *emptypb.Empty) (*common.FindOverSevenDayAvatarReply, error)
 	mustEmbedUnimplementedUserServer()
 }
 
@@ -777,6 +790,9 @@ func (UnimplementedUserServer) FindRecommendUserDBList(context.Context, *common.
 func (UnimplementedUserServer) FindRecommendPersonList(context.Context, *FindRecommendPersonListRequest) (*common.RecommendPersonListReply, error) {
 	return nil, status.Errorf(codes.Unimplemented, "method FindRecommendPersonList not implemented")
 }
+func (UnimplementedUserServer) FindOverSevenDayAvatar(context.Context, *emptypb.Empty) (*common.FindOverSevenDayAvatarReply, error) {
+	return nil, status.Errorf(codes.Unimplemented, "method FindOverSevenDayAvatar not implemented")
+}
 func (UnimplementedUserServer) mustEmbedUnimplementedUserServer() {}
 
 // UnsafeUserServer may be embedded to opt out of forward compatibility for this service.
@@ -1618,6 +1634,24 @@ func _User_FindRecommendPersonList_Handler(srv interface{}, ctx context.Context,
 	return interceptor(ctx, in, info, handler)
 }
 
+func _User_FindOverSevenDayAvatar_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
+	in := new(emptypb.Empty)
+	if err := dec(in); err != nil {
+		return nil, err
+	}
+	if interceptor == nil {
+		return srv.(UserServer).FindOverSevenDayAvatar(ctx, in)
+	}
+	info := &grpc.UnaryServerInfo{
+		Server:     srv,
+		FullMethod: "/api.user.User/FindOverSevenDayAvatar",
+	}
+	handler := func(ctx context.Context, req interface{}) (interface{}, error) {
+		return srv.(UserServer).FindOverSevenDayAvatar(ctx, req.(*emptypb.Empty))
+	}
+	return interceptor(ctx, in, info, handler)
+}
+
 // User_ServiceDesc is the grpc.ServiceDesc for User service.
 // It's only intended for direct use with grpc.RegisterService,
 // and not to be introspected or modified (even as a copy)
@@ -1809,6 +1843,10 @@ var User_ServiceDesc = grpc.ServiceDesc{
 			MethodName: "FindRecommendPersonList",
 			Handler:    _User_FindRecommendPersonList_Handler,
 		},
+		{
+			MethodName: "FindOverSevenDayAvatar",
+			Handler:    _User_FindOverSevenDayAvatar_Handler,
+		},
 	},
 	Streams:  []grpc.StreamDesc{},
 	Metadata: "user.proto",

+ 43 - 0
api/user/user_http.pb.go

@@ -43,6 +43,7 @@ type UserHTTPServer interface {
 	FindMemeByType(context.Context, *common.MemeRequest) (*common.MemeList, error)
 	FindMemeTitle(context.Context, *emptypb.Empty) (*common.MemeTitleList, error)
 	FindOnlineList(context.Context, *common.ListPage2Request) (*common.RecommendPersonListReply, error)
+	FindOverSevenDayAvatar(context.Context, *emptypb.Empty) (*common.FindOverSevenDayAvatarReply, error)
 	FindOverSevenDayRoomList(context.Context, *common.ListPageRequest) (*UserFindChatListReply, error)
 	FindPayList(context.Context, *FindPayOrderListRequest) (*PayOrderList, error)
 	FindRechargeList(context.Context, *emptypb.Empty) (*RechargeList, error)
@@ -118,6 +119,7 @@ func RegisterUserHTTPServer(s *http.Server, srv UserHTTPServer) {
 	r.POST("/api/user/pay/list", _User_FindPayList0_HTTP_Handler(srv))
 	r.POST("/api/user/report", _User_Report0_HTTP_Handler(srv))
 	r.POST("/api/user/list/recommend", _User_FindRecommendPersonList0_HTTP_Handler(srv))
+	r.POST("/api/user/over/avatar/list", _User_FindOverSevenDayAvatar0_HTTP_Handler(srv))
 }
 
 func _User_UpdateUserInformation0_HTTP_Handler(srv UserHTTPServer) func(ctx http.Context) error {
@@ -1254,6 +1256,33 @@ func _User_FindRecommendPersonList0_HTTP_Handler(srv UserHTTPServer) func(ctx ht
 	}
 }
 
+func _User_FindOverSevenDayAvatar0_HTTP_Handler(srv UserHTTPServer) func(ctx http.Context) error {
+	return func(ctx http.Context) error {
+		var in emptypb.Empty
+		if err := ctx.Bind(&in); err != nil {
+			return err
+		}
+		if err := ctx.BindQuery(&in); err != nil {
+			return err
+		}
+		http.SetOperation(ctx, "/api.user.User/FindOverSevenDayAvatar")
+		h := ctx.Middleware(func(ctx context.Context, req interface{}) (interface{}, error) {
+			return srv.FindOverSevenDayAvatar(ctx, req.(*emptypb.Empty))
+		})
+		out, err := h(ctx, &in)
+		if err != nil {
+			return err
+		}
+		success := &reply.SuccessReply{
+			Code: 0,
+		}
+		if out != nil {
+			success.Data = out
+		}
+		return ctx.Result(200, success)
+	}
+}
+
 type UserHTTPClient interface {
 	CheckPhoneCode(ctx context.Context, req *common.CheckPhoneCodeRequest, opts ...http.CallOption) (rsp *emptypb.Empty, err error)
 	CheckUserPartnerIsRelationship(ctx context.Context, req *common.PartnerIDParam, opts ...http.CallOption) (rsp *chat.CheckUserPartnerIsRelationshipReply, err error)
@@ -1268,6 +1297,7 @@ type UserHTTPClient interface {
 	FindMemeByType(ctx context.Context, req *common.MemeRequest, opts ...http.CallOption) (rsp *common.MemeList, err error)
 	FindMemeTitle(ctx context.Context, req *emptypb.Empty, opts ...http.CallOption) (rsp *common.MemeTitleList, err error)
 	FindOnlineList(ctx context.Context, req *common.ListPage2Request, opts ...http.CallOption) (rsp *common.RecommendPersonListReply, err error)
+	FindOverSevenDayAvatar(ctx context.Context, req *emptypb.Empty, opts ...http.CallOption) (rsp *common.FindOverSevenDayAvatarReply, err error)
 	FindOverSevenDayRoomList(ctx context.Context, req *common.ListPageRequest, opts ...http.CallOption) (rsp *UserFindChatListReply, err error)
 	FindPayList(ctx context.Context, req *FindPayOrderListRequest, opts ...http.CallOption) (rsp *PayOrderList, err error)
 	FindRechargeList(ctx context.Context, req *emptypb.Empty, opts ...http.CallOption) (rsp *RechargeList, err error)
@@ -1476,6 +1506,19 @@ func (c *UserHTTPClientImpl) FindOnlineList(ctx context.Context, in *common.List
 	return &out, err
 }
 
+func (c *UserHTTPClientImpl) FindOverSevenDayAvatar(ctx context.Context, in *emptypb.Empty, opts ...http.CallOption) (*common.FindOverSevenDayAvatarReply, error) {
+	var out common.FindOverSevenDayAvatarReply
+	pattern := "/api/user/over/avatar/list"
+	path := binding.EncodeURL(pattern, in, false)
+	opts = append(opts, http.Operation("/api.user.User/FindOverSevenDayAvatar"))
+	opts = append(opts, http.PathTemplate(pattern))
+	err := c.cc.Invoke(ctx, "POST", path, in, &out, opts...)
+	if err != nil {
+		return nil, err
+	}
+	return &out, err
+}
+
 func (c *UserHTTPClientImpl) FindOverSevenDayRoomList(ctx context.Context, in *common.ListPageRequest, opts ...http.CallOption) (*UserFindChatListReply, error) {
 	var out UserFindChatListReply
 	pattern := "/api/user/list/chat/over"

+ 4 - 0
js/api/common/common_pb.ts

@@ -556,4 +556,8 @@ export interface FindRecommendRequest{
     type?:string;
     sex?:number;
 }
+export interface FindOverSevenDayAvatarReply{
+    /**  头像列表 */
+    list?:Array<string>;
+}
 

+ 6 - 1
js/api/partner/partner_http_pb.ts

@@ -1,7 +1,7 @@
 // @ts-ignore
 import request from '@/libs/request';
 import {PartnerInfo,PartnerBalance,PartnerDBBalance,PartnerMessage,GetRandomPartnerRequest,RandomPartnerInfo,AddPartnerBalanceRequest,LevelTable,PartnerGetAwardRequest,PartnerUpdateWorkingStatusRequest} from "./partner_pb";
-import {PartnerIDParam,PersonIDParam,PersonMsg,SendPhoneCodeRequest,CheckPhoneCodeRequest,AddFriendMessageInfo,UpdateInformationRequest,PersonParam,HomeInfo,LookedAndLikedNum,ListPageRequest,PersonIDList,PersonDBReply,WxConfReq,WxConfResponse,CreateChatRoomParam,SexReq,TagListReply,ListPage2Request,RecommendPersonListReply,FindChatRecordListRequest,ChatRecordListReply,FindChatRoomMsgRequest,ChatRoomMsg,IsLike,MemeRequest,MemeList,FindChatTopicRequest,ChatTopicList,RandomNum,CommonTextList,RandomNumAndSex,MemeTitleList,PartnerChatCardInfo,ReportChatRequest,RoomIDRequest,FindRecommendRequest} from "../common/common_pb";
+import {PartnerIDParam,PersonIDParam,PersonMsg,SendPhoneCodeRequest,CheckPhoneCodeRequest,AddFriendMessageInfo,UpdateInformationRequest,PersonParam,HomeInfo,LookedAndLikedNum,ListPageRequest,PersonIDList,PersonDBReply,WxConfReq,WxConfResponse,CreateChatRoomParam,SexReq,TagListReply,ListPage2Request,RecommendPersonListReply,FindChatRecordListRequest,ChatRecordListReply,FindChatRoomMsgRequest,ChatRoomMsg,IsLike,MemeRequest,MemeList,FindChatTopicRequest,ChatTopicList,RandomNum,CommonTextList,RandomNumAndSex,MemeTitleList,PartnerChatCardInfo,ReportChatRequest,RoomIDRequest,FindRecommendRequest,FindOverSevenDayAvatarReply} from "../common/common_pb";
 import {LookMessageReply,LookAndLikeListReply} from "../statistics/statistics_pb";
 import {RoomReply,PartnerFindRoomListReply} from "../chat/chat_pb";
 
@@ -176,6 +176,11 @@ const PartnerService = {
 	const res = await request.post('/api/partner/working/status/update', req);
     return res.data.data;
   },
+  /**  超过七天的头像列表 */
+  FindOverSevenDayAvatar: async (req?: undefined) => {
+	const res = await request.post<{ data: FindOverSevenDayAvatarReply, code: string, message: string }>('/api/partner/over/avatar/list', req);
+    return res.data.data;
+  },
 
 };
 

+ 6 - 1
js/api/user/user_http_pb.ts

@@ -1,6 +1,6 @@
 // @ts-ignore
 import request from '@/libs/request';
-import {UpdateInformationRequest,PersonIDParam,PersonMsg,SendPhoneCodeRequest,CheckPhoneCodeRequest,PartnerIDParam,CreateChatRoomParam,AddFriendMessageInfo,PersonParam,HomeInfo,PersonIDList,PersonDBReply,ListPageRequest,WxConfReq,WxConfResponse,SexReq,TagListReply,ListPage2Request,RecommendPersonListReply,LookedAndLikedNum,FindChatRecordListRequest,ChatRecordListReply,FindChatRoomMsgRequest,ChatRoomMsg,IsLike,ChatCardInfo,MemeRequest,MemeList,FindChatTopicRequest,ChatTopicList,RandomNum,CommonTextList,RandomNumAndSex,MemeTitleList,RoomIDRequest,ReportChatRequest,FindRecommendRequest} from "../common/common_pb";
+import {UpdateInformationRequest,PersonIDParam,PersonMsg,SendPhoneCodeRequest,CheckPhoneCodeRequest,PartnerIDParam,CreateChatRoomParam,AddFriendMessageInfo,PersonParam,HomeInfo,PersonIDList,PersonDBReply,ListPageRequest,WxConfReq,WxConfResponse,SexReq,TagListReply,ListPage2Request,RecommendPersonListReply,LookedAndLikedNum,FindChatRecordListRequest,ChatRecordListReply,FindChatRoomMsgRequest,ChatRoomMsg,IsLike,ChatCardInfo,MemeRequest,MemeList,FindChatTopicRequest,ChatTopicList,RandomNum,CommonTextList,RandomNumAndSex,MemeTitleList,RoomIDRequest,ReportChatRequest,FindRecommendRequest,FindOverSevenDayAvatarReply} from "../common/common_pb";
 import {UserInfo,KeyRequest,UserFindChatListReply,UserBalance,InformationStatus,UserRechargeRequest,PayInfo,RechargeList,FindPayOrderListRequest,PayOrderList,FindRecommendPersonListRequest} from "./user_pb";
 import {CheckUserPartnerIsRelationshipReply,RoomReply} from "../chat/chat_pb";
 import {LookAndLikeListReply,LookAndLikeMessageReply,LookMessageReply} from "../statistics/statistics_pb";
@@ -216,6 +216,11 @@ const UserService = {
 	const res = await request.post<{ data: RecommendPersonListReply, code: string, message: string }>('/api/user/list/recommend', req);
     return res.data.data;
   },
+  /**  超过七天的头像列表 */
+  FindOverSevenDayAvatar: async (req?: undefined) => {
+	const res = await request.post<{ data: FindOverSevenDayAvatarReply, code: string, message: string }>('/api/user/over/avatar/list', req);
+    return res.data.data;
+  },
 
 };