|
@@ -2756,6 +2756,420 @@ func (x *MsgOpenLogReq) GetAppId() string {
|
|
return ""
|
|
return ""
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+//新用户消息调用接口
|
|
|
|
+type NewUserInsertMsgReq struct {
|
|
|
|
+ state protoimpl.MessageState
|
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
|
+
|
|
|
|
+ UserIds string `protobuf:"bytes,1,opt,name=userIds,proto3" json:"userIds,omitempty"`
|
|
|
|
+ Title string `protobuf:"bytes,5,opt,name=title,proto3" json:"title,omitempty"` //主题
|
|
|
|
+ Content string `protobuf:"bytes,6,opt,name=content,proto3" json:"content,omitempty"` //内容
|
|
|
|
+ MsgType int64 `protobuf:"varint,7,opt,name=msgType,proto3" json:"msgType,omitempty"` //消息类型 1:客服 2:系统通知 3:营销 4:用户会话
|
|
|
|
+ Link string `protobuf:"bytes,8,opt,name=link,proto3" json:"link,omitempty"` //跳转链接
|
|
|
|
+ Appid string `protobuf:"bytes,10,opt,name=appid,proto3" json:"appid,omitempty"` //应用标识
|
|
|
|
+ MsgLogId int64 `protobuf:"varint,11,opt,name=msgLogId,proto3" json:"msgLogId,omitempty"` //消息记录表id
|
|
|
|
+ PositionIds string `protobuf:"bytes,14,opt,name=positionIds,proto3" json:"positionIds,omitempty"` // 职位id 逗号分割
|
|
|
|
+ Row4 string `protobuf:"bytes,15,opt,name=row4,proto3" json:"row4,omitempty"`
|
|
|
|
+ ProductName string `protobuf:"bytes,16,opt,name=productName,proto3" json:"productName,omitempty"`
|
|
|
|
+ OrderId string `protobuf:"bytes,17,opt,name=orderId,proto3" json:"orderId,omitempty"`
|
|
|
|
+ OrderMoney string `protobuf:"bytes,18,opt,name=orderMoney,proto3" json:"orderMoney,omitempty"`
|
|
|
|
+ Identity string `protobuf:"bytes,19,opt,name=identity,proto3" json:"identity,omitempty"`
|
|
|
|
+ AppPushUrl string `protobuf:"bytes,20,opt,name=appPushUrl,proto3" json:"appPushUrl,omitempty"`
|
|
|
|
+ WxPushUrl string `protobuf:"bytes,21,opt,name=wxPushUrl,proto3" json:"wxPushUrl,omitempty"`
|
|
|
|
+ IosPushUrl string `protobuf:"bytes,22,opt,name=iosPushUrl,proto3" json:"iosPushUrl,omitempty"`
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *NewUserInsertMsgReq) Reset() {
|
|
|
|
+ *x = NewUserInsertMsgReq{}
|
|
|
|
+ if protoimpl.UnsafeEnabled {
|
|
|
|
+ mi := &file_message_proto_msgTypes[35]
|
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *NewUserInsertMsgReq) String() string {
|
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (*NewUserInsertMsgReq) ProtoMessage() {}
|
|
|
|
+
|
|
|
|
+func (x *NewUserInsertMsgReq) ProtoReflect() protoreflect.Message {
|
|
|
|
+ mi := &file_message_proto_msgTypes[35]
|
|
|
|
+ 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 NewUserInsertMsgReq.ProtoReflect.Descriptor instead.
|
|
|
|
+func (*NewUserInsertMsgReq) Descriptor() ([]byte, []int) {
|
|
|
|
+ return file_message_proto_rawDescGZIP(), []int{35}
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *NewUserInsertMsgReq) GetUserIds() string {
|
|
|
|
+ if x != nil {
|
|
|
|
+ return x.UserIds
|
|
|
|
+ }
|
|
|
|
+ return ""
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *NewUserInsertMsgReq) GetTitle() string {
|
|
|
|
+ if x != nil {
|
|
|
|
+ return x.Title
|
|
|
|
+ }
|
|
|
|
+ return ""
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *NewUserInsertMsgReq) GetContent() string {
|
|
|
|
+ if x != nil {
|
|
|
|
+ return x.Content
|
|
|
|
+ }
|
|
|
|
+ return ""
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *NewUserInsertMsgReq) GetMsgType() int64 {
|
|
|
|
+ if x != nil {
|
|
|
|
+ return x.MsgType
|
|
|
|
+ }
|
|
|
|
+ return 0
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *NewUserInsertMsgReq) GetLink() string {
|
|
|
|
+ if x != nil {
|
|
|
|
+ return x.Link
|
|
|
|
+ }
|
|
|
|
+ return ""
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *NewUserInsertMsgReq) GetAppid() string {
|
|
|
|
+ if x != nil {
|
|
|
|
+ return x.Appid
|
|
|
|
+ }
|
|
|
|
+ return ""
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *NewUserInsertMsgReq) GetMsgLogId() int64 {
|
|
|
|
+ if x != nil {
|
|
|
|
+ return x.MsgLogId
|
|
|
|
+ }
|
|
|
|
+ return 0
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *NewUserInsertMsgReq) GetPositionIds() string {
|
|
|
|
+ if x != nil {
|
|
|
|
+ return x.PositionIds
|
|
|
|
+ }
|
|
|
|
+ return ""
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *NewUserInsertMsgReq) GetRow4() string {
|
|
|
|
+ if x != nil {
|
|
|
|
+ return x.Row4
|
|
|
|
+ }
|
|
|
|
+ return ""
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *NewUserInsertMsgReq) GetProductName() string {
|
|
|
|
+ if x != nil {
|
|
|
|
+ return x.ProductName
|
|
|
|
+ }
|
|
|
|
+ return ""
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *NewUserInsertMsgReq) GetOrderId() string {
|
|
|
|
+ if x != nil {
|
|
|
|
+ return x.OrderId
|
|
|
|
+ }
|
|
|
|
+ return ""
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *NewUserInsertMsgReq) GetOrderMoney() string {
|
|
|
|
+ if x != nil {
|
|
|
|
+ return x.OrderMoney
|
|
|
|
+ }
|
|
|
|
+ return ""
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *NewUserInsertMsgReq) GetIdentity() string {
|
|
|
|
+ if x != nil {
|
|
|
|
+ return x.Identity
|
|
|
|
+ }
|
|
|
|
+ return ""
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *NewUserInsertMsgReq) GetAppPushUrl() string {
|
|
|
|
+ if x != nil {
|
|
|
|
+ return x.AppPushUrl
|
|
|
|
+ }
|
|
|
|
+ return ""
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *NewUserInsertMsgReq) GetWxPushUrl() string {
|
|
|
|
+ if x != nil {
|
|
|
|
+ return x.WxPushUrl
|
|
|
|
+ }
|
|
|
|
+ return ""
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *NewUserInsertMsgReq) GetIosPushUrl() string {
|
|
|
|
+ if x != nil {
|
|
|
|
+ return x.IosPushUrl
|
|
|
|
+ }
|
|
|
|
+ return ""
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+type UpdateMsgSummaryReq struct {
|
|
|
|
+ state protoimpl.MessageState
|
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
|
+
|
|
|
|
+ MsgLogId int64 `protobuf:"varint,1,opt,name=msgLogId,proto3" json:"msgLogId,omitempty"`
|
|
|
|
+ GroupId int64 `protobuf:"varint,2,opt,name=groupId,proto3" json:"groupId,omitempty"`
|
|
|
|
+ MsgType int64 `protobuf:"varint,3,opt,name=msgType,proto3" json:"msgType,omitempty"`
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *UpdateMsgSummaryReq) Reset() {
|
|
|
|
+ *x = UpdateMsgSummaryReq{}
|
|
|
|
+ if protoimpl.UnsafeEnabled {
|
|
|
|
+ mi := &file_message_proto_msgTypes[36]
|
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *UpdateMsgSummaryReq) String() string {
|
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (*UpdateMsgSummaryReq) ProtoMessage() {}
|
|
|
|
+
|
|
|
|
+func (x *UpdateMsgSummaryReq) ProtoReflect() protoreflect.Message {
|
|
|
|
+ mi := &file_message_proto_msgTypes[36]
|
|
|
|
+ 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 UpdateMsgSummaryReq.ProtoReflect.Descriptor instead.
|
|
|
|
+func (*UpdateMsgSummaryReq) Descriptor() ([]byte, []int) {
|
|
|
|
+ return file_message_proto_rawDescGZIP(), []int{36}
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *UpdateMsgSummaryReq) GetMsgLogId() int64 {
|
|
|
|
+ if x != nil {
|
|
|
|
+ return x.MsgLogId
|
|
|
|
+ }
|
|
|
|
+ return 0
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *UpdateMsgSummaryReq) GetGroupId() int64 {
|
|
|
|
+ if x != nil {
|
|
|
|
+ return x.GroupId
|
|
|
|
+ }
|
|
|
|
+ return 0
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *UpdateMsgSummaryReq) GetMsgType() int64 {
|
|
|
|
+ if x != nil {
|
|
|
|
+ return x.MsgType
|
|
|
|
+ }
|
|
|
|
+ return 0
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+type BitmapSaveMsgReq struct {
|
|
|
|
+ state protoimpl.MessageState
|
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
|
+
|
|
|
|
+ UserIds string `protobuf:"bytes,1,opt,name=userIds,proto3" json:"userIds,omitempty"`
|
|
|
|
+ Title string `protobuf:"bytes,5,opt,name=title,proto3" json:"title,omitempty"` //主题
|
|
|
|
+ Content string `protobuf:"bytes,6,opt,name=content,proto3" json:"content,omitempty"` //内容
|
|
|
|
+ MsgType int64 `protobuf:"varint,7,opt,name=msgType,proto3" json:"msgType,omitempty"` //消息类型 1:客服 2:系统通知 3:营销 4:用户会话
|
|
|
|
+ Link string `protobuf:"bytes,8,opt,name=link,proto3" json:"link,omitempty"` //跳转链接
|
|
|
|
+ Appid string `protobuf:"bytes,10,opt,name=appid,proto3" json:"appid,omitempty"` //应用标识
|
|
|
|
+ MsgLogId int64 `protobuf:"varint,11,opt,name=msgLogId,proto3" json:"msgLogId,omitempty"` //消息记录表id
|
|
|
|
+ PositionIds string `protobuf:"bytes,14,opt,name=positionIds,proto3" json:"positionIds,omitempty"` // 职位id 逗号分割
|
|
|
|
+ Row4 string `protobuf:"bytes,15,opt,name=row4,proto3" json:"row4,omitempty"`
|
|
|
|
+ ProductName string `protobuf:"bytes,16,opt,name=productName,proto3" json:"productName,omitempty"`
|
|
|
|
+ OrderId string `protobuf:"bytes,17,opt,name=orderId,proto3" json:"orderId,omitempty"`
|
|
|
|
+ OrderMoney string `protobuf:"bytes,18,opt,name=orderMoney,proto3" json:"orderMoney,omitempty"`
|
|
|
|
+ Identity string `protobuf:"bytes,19,opt,name=identity,proto3" json:"identity,omitempty"`
|
|
|
|
+ AppPushUrl string `protobuf:"bytes,20,opt,name=appPushUrl,proto3" json:"appPushUrl,omitempty"`
|
|
|
|
+ WxPushUrl string `protobuf:"bytes,21,opt,name=wxPushUrl,proto3" json:"wxPushUrl,omitempty"`
|
|
|
|
+ IosPushUrl string `protobuf:"bytes,22,opt,name=iosPushUrl,proto3" json:"iosPushUrl,omitempty"`
|
|
|
|
+ BaseUserIds string `protobuf:"bytes,23,opt,name=baseUserIds,proto3" json:"baseUserIds,omitempty"`
|
|
|
|
+ SendUserId string `protobuf:"bytes,24,opt,name=sendUserId,proto3" json:"sendUserId,omitempty"`
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *BitmapSaveMsgReq) Reset() {
|
|
|
|
+ *x = BitmapSaveMsgReq{}
|
|
|
|
+ if protoimpl.UnsafeEnabled {
|
|
|
|
+ mi := &file_message_proto_msgTypes[37]
|
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *BitmapSaveMsgReq) String() string {
|
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (*BitmapSaveMsgReq) ProtoMessage() {}
|
|
|
|
+
|
|
|
|
+func (x *BitmapSaveMsgReq) ProtoReflect() protoreflect.Message {
|
|
|
|
+ mi := &file_message_proto_msgTypes[37]
|
|
|
|
+ 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 BitmapSaveMsgReq.ProtoReflect.Descriptor instead.
|
|
|
|
+func (*BitmapSaveMsgReq) Descriptor() ([]byte, []int) {
|
|
|
|
+ return file_message_proto_rawDescGZIP(), []int{37}
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *BitmapSaveMsgReq) GetUserIds() string {
|
|
|
|
+ if x != nil {
|
|
|
|
+ return x.UserIds
|
|
|
|
+ }
|
|
|
|
+ return ""
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *BitmapSaveMsgReq) GetTitle() string {
|
|
|
|
+ if x != nil {
|
|
|
|
+ return x.Title
|
|
|
|
+ }
|
|
|
|
+ return ""
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *BitmapSaveMsgReq) GetContent() string {
|
|
|
|
+ if x != nil {
|
|
|
|
+ return x.Content
|
|
|
|
+ }
|
|
|
|
+ return ""
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *BitmapSaveMsgReq) GetMsgType() int64 {
|
|
|
|
+ if x != nil {
|
|
|
|
+ return x.MsgType
|
|
|
|
+ }
|
|
|
|
+ return 0
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *BitmapSaveMsgReq) GetLink() string {
|
|
|
|
+ if x != nil {
|
|
|
|
+ return x.Link
|
|
|
|
+ }
|
|
|
|
+ return ""
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *BitmapSaveMsgReq) GetAppid() string {
|
|
|
|
+ if x != nil {
|
|
|
|
+ return x.Appid
|
|
|
|
+ }
|
|
|
|
+ return ""
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *BitmapSaveMsgReq) GetMsgLogId() int64 {
|
|
|
|
+ if x != nil {
|
|
|
|
+ return x.MsgLogId
|
|
|
|
+ }
|
|
|
|
+ return 0
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *BitmapSaveMsgReq) GetPositionIds() string {
|
|
|
|
+ if x != nil {
|
|
|
|
+ return x.PositionIds
|
|
|
|
+ }
|
|
|
|
+ return ""
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *BitmapSaveMsgReq) GetRow4() string {
|
|
|
|
+ if x != nil {
|
|
|
|
+ return x.Row4
|
|
|
|
+ }
|
|
|
|
+ return ""
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *BitmapSaveMsgReq) GetProductName() string {
|
|
|
|
+ if x != nil {
|
|
|
|
+ return x.ProductName
|
|
|
|
+ }
|
|
|
|
+ return ""
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *BitmapSaveMsgReq) GetOrderId() string {
|
|
|
|
+ if x != nil {
|
|
|
|
+ return x.OrderId
|
|
|
|
+ }
|
|
|
|
+ return ""
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *BitmapSaveMsgReq) GetOrderMoney() string {
|
|
|
|
+ if x != nil {
|
|
|
|
+ return x.OrderMoney
|
|
|
|
+ }
|
|
|
|
+ return ""
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *BitmapSaveMsgReq) GetIdentity() string {
|
|
|
|
+ if x != nil {
|
|
|
|
+ return x.Identity
|
|
|
|
+ }
|
|
|
|
+ return ""
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *BitmapSaveMsgReq) GetAppPushUrl() string {
|
|
|
|
+ if x != nil {
|
|
|
|
+ return x.AppPushUrl
|
|
|
|
+ }
|
|
|
|
+ return ""
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *BitmapSaveMsgReq) GetWxPushUrl() string {
|
|
|
|
+ if x != nil {
|
|
|
|
+ return x.WxPushUrl
|
|
|
|
+ }
|
|
|
|
+ return ""
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *BitmapSaveMsgReq) GetIosPushUrl() string {
|
|
|
|
+ if x != nil {
|
|
|
|
+ return x.IosPushUrl
|
|
|
|
+ }
|
|
|
|
+ return ""
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *BitmapSaveMsgReq) GetBaseUserIds() string {
|
|
|
|
+ if x != nil {
|
|
|
|
+ return x.BaseUserIds
|
|
|
|
+ }
|
|
|
|
+ return ""
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *BitmapSaveMsgReq) GetSendUserId() string {
|
|
|
|
+ if x != nil {
|
|
|
|
+ return x.SendUserId
|
|
|
|
+ }
|
|
|
|
+ return ""
|
|
|
|
+}
|
|
|
|
+
|
|
var File_message_proto protoreflect.FileDescriptor
|
|
var File_message_proto protoreflect.FileDescriptor
|
|
|
|
|
|
var file_message_proto_rawDesc = []byte{
|
|
var file_message_proto_rawDesc = []byte{
|
|
@@ -3103,8 +3517,89 @@ var file_message_proto_rawDesc = []byte{
|
|
0x6c, 0x61, 0x74, 0x66, 0x6f, 0x72, 0x6d, 0x12, 0x16, 0x0a, 0x06, 0x75, 0x73, 0x65, 0x72, 0x49,
|
|
0x6c, 0x61, 0x74, 0x66, 0x6f, 0x72, 0x6d, 0x12, 0x16, 0x0a, 0x06, 0x75, 0x73, 0x65, 0x72, 0x49,
|
|
0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x75, 0x73, 0x65, 0x72, 0x49, 0x64, 0x12,
|
|
0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x75, 0x73, 0x65, 0x72, 0x49, 0x64, 0x12,
|
|
0x14, 0x0a, 0x05, 0x61, 0x70, 0x70, 0x49, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05,
|
|
0x14, 0x0a, 0x05, 0x61, 0x70, 0x70, 0x49, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05,
|
|
- 0x61, 0x70, 0x70, 0x49, 0x64, 0x32, 0xce, 0x06, 0x0a, 0x07, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67,
|
|
|
|
- 0x65, 0x12, 0x4c, 0x0a, 0x0f, 0x6d, 0x75, 0x6c, 0x74, 0x69, 0x70, 0x6c, 0x65, 0x53, 0x61, 0x76,
|
|
|
|
|
|
+ 0x61, 0x70, 0x70, 0x49, 0x64, 0x22, 0xcb, 0x03, 0x0a, 0x13, 0x4e, 0x65, 0x77, 0x55, 0x73, 0x65,
|
|
|
|
+ 0x72, 0x49, 0x6e, 0x73, 0x65, 0x72, 0x74, 0x4d, 0x73, 0x67, 0x52, 0x65, 0x71, 0x12, 0x18, 0x0a,
|
|
|
|
+ 0x07, 0x75, 0x73, 0x65, 0x72, 0x49, 0x64, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07,
|
|
|
|
+ 0x75, 0x73, 0x65, 0x72, 0x49, 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x74, 0x69, 0x74, 0x6c, 0x65,
|
|
|
|
+ 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x74, 0x69, 0x74, 0x6c, 0x65, 0x12, 0x18, 0x0a,
|
|
|
|
+ 0x07, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07,
|
|
|
|
+ 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x12, 0x18, 0x0a, 0x07, 0x6d, 0x73, 0x67, 0x54, 0x79,
|
|
|
|
+ 0x70, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x03, 0x52, 0x07, 0x6d, 0x73, 0x67, 0x54, 0x79, 0x70,
|
|
|
|
+ 0x65, 0x12, 0x12, 0x0a, 0x04, 0x6c, 0x69, 0x6e, 0x6b, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52,
|
|
|
|
+ 0x04, 0x6c, 0x69, 0x6e, 0x6b, 0x12, 0x14, 0x0a, 0x05, 0x61, 0x70, 0x70, 0x69, 0x64, 0x18, 0x0a,
|
|
|
|
+ 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x61, 0x70, 0x70, 0x69, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x6d,
|
|
|
|
+ 0x73, 0x67, 0x4c, 0x6f, 0x67, 0x49, 0x64, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x03, 0x52, 0x08, 0x6d,
|
|
|
|
+ 0x73, 0x67, 0x4c, 0x6f, 0x67, 0x49, 0x64, 0x12, 0x20, 0x0a, 0x0b, 0x70, 0x6f, 0x73, 0x69, 0x74,
|
|
|
|
+ 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x73, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x70, 0x6f,
|
|
|
|
+ 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x73, 0x12, 0x12, 0x0a, 0x04, 0x72, 0x6f, 0x77,
|
|
|
|
+ 0x34, 0x18, 0x0f, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x72, 0x6f, 0x77, 0x34, 0x12, 0x20, 0x0a,
|
|
|
|
+ 0x0b, 0x70, 0x72, 0x6f, 0x64, 0x75, 0x63, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x10, 0x20, 0x01,
|
|
|
|
+ 0x28, 0x09, 0x52, 0x0b, 0x70, 0x72, 0x6f, 0x64, 0x75, 0x63, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x12,
|
|
|
|
+ 0x18, 0x0a, 0x07, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x49, 0x64, 0x18, 0x11, 0x20, 0x01, 0x28, 0x09,
|
|
|
|
+ 0x52, 0x07, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x49, 0x64, 0x12, 0x1e, 0x0a, 0x0a, 0x6f, 0x72, 0x64,
|
|
|
|
+ 0x65, 0x72, 0x4d, 0x6f, 0x6e, 0x65, 0x79, 0x18, 0x12, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x6f,
|
|
|
|
+ 0x72, 0x64, 0x65, 0x72, 0x4d, 0x6f, 0x6e, 0x65, 0x79, 0x12, 0x1a, 0x0a, 0x08, 0x69, 0x64, 0x65,
|
|
|
|
+ 0x6e, 0x74, 0x69, 0x74, 0x79, 0x18, 0x13, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x69, 0x64, 0x65,
|
|
|
|
+ 0x6e, 0x74, 0x69, 0x74, 0x79, 0x12, 0x1e, 0x0a, 0x0a, 0x61, 0x70, 0x70, 0x50, 0x75, 0x73, 0x68,
|
|
|
|
+ 0x55, 0x72, 0x6c, 0x18, 0x14, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x61, 0x70, 0x70, 0x50, 0x75,
|
|
|
|
+ 0x73, 0x68, 0x55, 0x72, 0x6c, 0x12, 0x1c, 0x0a, 0x09, 0x77, 0x78, 0x50, 0x75, 0x73, 0x68, 0x55,
|
|
|
|
+ 0x72, 0x6c, 0x18, 0x15, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x77, 0x78, 0x50, 0x75, 0x73, 0x68,
|
|
|
|
+ 0x55, 0x72, 0x6c, 0x12, 0x1e, 0x0a, 0x0a, 0x69, 0x6f, 0x73, 0x50, 0x75, 0x73, 0x68, 0x55, 0x72,
|
|
|
|
+ 0x6c, 0x18, 0x16, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x69, 0x6f, 0x73, 0x50, 0x75, 0x73, 0x68,
|
|
|
|
+ 0x55, 0x72, 0x6c, 0x22, 0x65, 0x0a, 0x13, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x4d, 0x73, 0x67,
|
|
|
|
+ 0x53, 0x75, 0x6d, 0x6d, 0x61, 0x72, 0x79, 0x52, 0x65, 0x71, 0x12, 0x1a, 0x0a, 0x08, 0x6d, 0x73,
|
|
|
|
+ 0x67, 0x4c, 0x6f, 0x67, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x08, 0x6d, 0x73,
|
|
|
|
+ 0x67, 0x4c, 0x6f, 0x67, 0x49, 0x64, 0x12, 0x18, 0x0a, 0x07, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x49,
|
|
|
|
+ 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x07, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x49, 0x64,
|
|
|
|
+ 0x12, 0x18, 0x0a, 0x07, 0x6d, 0x73, 0x67, 0x54, 0x79, 0x70, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28,
|
|
|
|
+ 0x03, 0x52, 0x07, 0x6d, 0x73, 0x67, 0x54, 0x79, 0x70, 0x65, 0x22, 0x8a, 0x04, 0x0a, 0x10, 0x42,
|
|
|
|
+ 0x69, 0x74, 0x6d, 0x61, 0x70, 0x53, 0x61, 0x76, 0x65, 0x4d, 0x73, 0x67, 0x52, 0x65, 0x71, 0x12,
|
|
|
|
+ 0x18, 0x0a, 0x07, 0x75, 0x73, 0x65, 0x72, 0x49, 0x64, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09,
|
|
|
|
+ 0x52, 0x07, 0x75, 0x73, 0x65, 0x72, 0x49, 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x74, 0x69, 0x74,
|
|
|
|
+ 0x6c, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x74, 0x69, 0x74, 0x6c, 0x65, 0x12,
|
|
|
|
+ 0x18, 0x0a, 0x07, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09,
|
|
|
|
+ 0x52, 0x07, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x12, 0x18, 0x0a, 0x07, 0x6d, 0x73, 0x67,
|
|
|
|
+ 0x54, 0x79, 0x70, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x03, 0x52, 0x07, 0x6d, 0x73, 0x67, 0x54,
|
|
|
|
+ 0x79, 0x70, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x6c, 0x69, 0x6e, 0x6b, 0x18, 0x08, 0x20, 0x01, 0x28,
|
|
|
|
+ 0x09, 0x52, 0x04, 0x6c, 0x69, 0x6e, 0x6b, 0x12, 0x14, 0x0a, 0x05, 0x61, 0x70, 0x70, 0x69, 0x64,
|
|
|
|
+ 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x61, 0x70, 0x70, 0x69, 0x64, 0x12, 0x1a, 0x0a,
|
|
|
|
+ 0x08, 0x6d, 0x73, 0x67, 0x4c, 0x6f, 0x67, 0x49, 0x64, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x03, 0x52,
|
|
|
|
+ 0x08, 0x6d, 0x73, 0x67, 0x4c, 0x6f, 0x67, 0x49, 0x64, 0x12, 0x20, 0x0a, 0x0b, 0x70, 0x6f, 0x73,
|
|
|
|
+ 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x73, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b,
|
|
|
|
+ 0x70, 0x6f, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x73, 0x12, 0x12, 0x0a, 0x04, 0x72,
|
|
|
|
+ 0x6f, 0x77, 0x34, 0x18, 0x0f, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x72, 0x6f, 0x77, 0x34, 0x12,
|
|
|
|
+ 0x20, 0x0a, 0x0b, 0x70, 0x72, 0x6f, 0x64, 0x75, 0x63, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x10,
|
|
|
|
+ 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x70, 0x72, 0x6f, 0x64, 0x75, 0x63, 0x74, 0x4e, 0x61, 0x6d,
|
|
|
|
+ 0x65, 0x12, 0x18, 0x0a, 0x07, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x49, 0x64, 0x18, 0x11, 0x20, 0x01,
|
|
|
|
+ 0x28, 0x09, 0x52, 0x07, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x49, 0x64, 0x12, 0x1e, 0x0a, 0x0a, 0x6f,
|
|
|
|
+ 0x72, 0x64, 0x65, 0x72, 0x4d, 0x6f, 0x6e, 0x65, 0x79, 0x18, 0x12, 0x20, 0x01, 0x28, 0x09, 0x52,
|
|
|
|
+ 0x0a, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x4d, 0x6f, 0x6e, 0x65, 0x79, 0x12, 0x1a, 0x0a, 0x08, 0x69,
|
|
|
|
+ 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x18, 0x13, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x69,
|
|
|
|
+ 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x12, 0x1e, 0x0a, 0x0a, 0x61, 0x70, 0x70, 0x50, 0x75,
|
|
|
|
+ 0x73, 0x68, 0x55, 0x72, 0x6c, 0x18, 0x14, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x61, 0x70, 0x70,
|
|
|
|
+ 0x50, 0x75, 0x73, 0x68, 0x55, 0x72, 0x6c, 0x12, 0x1c, 0x0a, 0x09, 0x77, 0x78, 0x50, 0x75, 0x73,
|
|
|
|
+ 0x68, 0x55, 0x72, 0x6c, 0x18, 0x15, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x77, 0x78, 0x50, 0x75,
|
|
|
|
+ 0x73, 0x68, 0x55, 0x72, 0x6c, 0x12, 0x1e, 0x0a, 0x0a, 0x69, 0x6f, 0x73, 0x50, 0x75, 0x73, 0x68,
|
|
|
|
+ 0x55, 0x72, 0x6c, 0x18, 0x16, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x69, 0x6f, 0x73, 0x50, 0x75,
|
|
|
|
+ 0x73, 0x68, 0x55, 0x72, 0x6c, 0x12, 0x20, 0x0a, 0x0b, 0x62, 0x61, 0x73, 0x65, 0x55, 0x73, 0x65,
|
|
|
|
+ 0x72, 0x49, 0x64, 0x73, 0x18, 0x17, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x62, 0x61, 0x73, 0x65,
|
|
|
|
+ 0x55, 0x73, 0x65, 0x72, 0x49, 0x64, 0x73, 0x12, 0x1e, 0x0a, 0x0a, 0x73, 0x65, 0x6e, 0x64, 0x55,
|
|
|
|
+ 0x73, 0x65, 0x72, 0x49, 0x64, 0x18, 0x18, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x73, 0x65, 0x6e,
|
|
|
|
+ 0x64, 0x55, 0x73, 0x65, 0x72, 0x49, 0x64, 0x32, 0x9c, 0x08, 0x0a, 0x07, 0x4d, 0x65, 0x73, 0x73,
|
|
|
|
+ 0x61, 0x67, 0x65, 0x12, 0x43, 0x0a, 0x10, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x4d, 0x73, 0x67,
|
|
|
|
+ 0x53, 0x75, 0x6d, 0x6d, 0x61, 0x72, 0x79, 0x12, 0x1c, 0x2e, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67,
|
|
|
|
+ 0x65, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x4d, 0x73, 0x67, 0x53, 0x75, 0x6d, 0x6d, 0x61,
|
|
|
|
+ 0x72, 0x79, 0x52, 0x65, 0x71, 0x1a, 0x11, 0x2e, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x2e,
|
|
|
|
+ 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x3d, 0x0a, 0x0a, 0x4e, 0x65, 0x77, 0x55,
|
|
|
|
+ 0x73, 0x65, 0x72, 0x4d, 0x73, 0x67, 0x12, 0x1c, 0x2e, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65,
|
|
|
|
+ 0x2e, 0x4e, 0x65, 0x77, 0x55, 0x73, 0x65, 0x72, 0x49, 0x6e, 0x73, 0x65, 0x72, 0x74, 0x4d, 0x73,
|
|
|
|
+ 0x67, 0x52, 0x65, 0x71, 0x1a, 0x11, 0x2e, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x2e, 0x52,
|
|
|
|
+ 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x48, 0x0a, 0x0d, 0x62, 0x69, 0x74, 0x6d, 0x61,
|
|
|
|
+ 0x70, 0x53, 0x61, 0x76, 0x65, 0x4d, 0x73, 0x67, 0x12, 0x19, 0x2e, 0x6d, 0x65, 0x73, 0x73, 0x61,
|
|
|
|
+ 0x67, 0x65, 0x2e, 0x42, 0x69, 0x74, 0x6d, 0x61, 0x70, 0x53, 0x61, 0x76, 0x65, 0x4d, 0x73, 0x67,
|
|
|
|
+ 0x52, 0x65, 0x71, 0x1a, 0x1c, 0x2e, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x2e, 0x6d, 0x75,
|
|
|
|
+ 0x6c, 0x74, 0x69, 0x70, 0x6c, 0x65, 0x53, 0x61, 0x76, 0x65, 0x4d, 0x73, 0x67, 0x52, 0x65, 0x73,
|
|
|
|
+ 0x70, 0x12, 0x4c, 0x0a, 0x0f, 0x6d, 0x75, 0x6c, 0x74, 0x69, 0x70, 0x6c, 0x65, 0x53, 0x61, 0x76,
|
|
0x65, 0x4d, 0x73, 0x67, 0x12, 0x1b, 0x2e, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x2e, 0x6d,
|
|
0x65, 0x4d, 0x73, 0x67, 0x12, 0x1b, 0x2e, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x2e, 0x6d,
|
|
0x75, 0x6c, 0x74, 0x69, 0x70, 0x6c, 0x65, 0x53, 0x61, 0x76, 0x65, 0x4d, 0x73, 0x67, 0x52, 0x65,
|
|
0x75, 0x6c, 0x74, 0x69, 0x70, 0x6c, 0x65, 0x53, 0x61, 0x76, 0x65, 0x4d, 0x73, 0x67, 0x52, 0x65,
|
|
0x71, 0x1a, 0x1c, 0x2e, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x2e, 0x6d, 0x75, 0x6c, 0x74,
|
|
0x71, 0x1a, 0x1c, 0x2e, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x2e, 0x6d, 0x75, 0x6c, 0x74,
|
|
@@ -3172,7 +3667,7 @@ func file_message_proto_rawDescGZIP() []byte {
|
|
return file_message_proto_rawDescData
|
|
return file_message_proto_rawDescData
|
|
}
|
|
}
|
|
|
|
|
|
-var file_message_proto_msgTypes = make([]protoimpl.MessageInfo, 37)
|
|
|
|
|
|
+var file_message_proto_msgTypes = make([]protoimpl.MessageInfo, 40)
|
|
var file_message_proto_goTypes = []interface{}{
|
|
var file_message_proto_goTypes = []interface{}{
|
|
(*ChangeReadStatusReq)(nil), // 0: message.ChangeReadStatusReq
|
|
(*ChangeReadStatusReq)(nil), // 0: message.ChangeReadStatusReq
|
|
(*ResCount)(nil), // 1: message.ResCount
|
|
(*ResCount)(nil), // 1: message.ResCount
|
|
@@ -3209,11 +3704,14 @@ var file_message_proto_goTypes = []interface{}{
|
|
(*WxTmplMsgRequest)(nil), // 32: message.WxTmplMsgRequest
|
|
(*WxTmplMsgRequest)(nil), // 32: message.WxTmplMsgRequest
|
|
(*SendMsgResponse)(nil), // 33: message.SendMsgResponse
|
|
(*SendMsgResponse)(nil), // 33: message.SendMsgResponse
|
|
(*MsgOpenLogReq)(nil), // 34: message.MsgOpenLogReq
|
|
(*MsgOpenLogReq)(nil), // 34: message.MsgOpenLogReq
|
|
- nil, // 35: message.Messages.UrlEntry
|
|
|
|
- nil, // 36: message.CustomWxTpl.TmplDataEntry
|
|
|
|
|
|
+ (*NewUserInsertMsgReq)(nil), // 35: message.NewUserInsertMsgReq
|
|
|
|
+ (*UpdateMsgSummaryReq)(nil), // 36: message.UpdateMsgSummaryReq
|
|
|
|
+ (*BitmapSaveMsgReq)(nil), // 37: message.BitmapSaveMsgReq
|
|
|
|
+ nil, // 38: message.Messages.UrlEntry
|
|
|
|
+ nil, // 39: message.CustomWxTpl.TmplDataEntry
|
|
}
|
|
}
|
|
var file_message_proto_depIdxs = []int32{
|
|
var file_message_proto_depIdxs = []int32{
|
|
- 35, // 0: message.Messages.url:type_name -> message.Messages.UrlEntry
|
|
|
|
|
|
+ 38, // 0: message.Messages.url:type_name -> message.Messages.UrlEntry
|
|
4, // 1: message.FindUserMsgRes.data:type_name -> message.Messages
|
|
4, // 1: message.FindUserMsgRes.data:type_name -> message.Messages
|
|
4, // 2: message.MessageDetailResp.data:type_name -> message.Messages
|
|
4, // 2: message.MessageDetailResp.data:type_name -> message.Messages
|
|
4, // 3: message.GetLastMessageRes.data:type_name -> message.Messages
|
|
4, // 3: message.GetLastMessageRes.data:type_name -> message.Messages
|
|
@@ -3221,7 +3719,7 @@ var file_message_proto_depIdxs = []int32{
|
|
4, // 5: message.GetUnreadClassCountRes.info:type_name -> message.Messages
|
|
4, // 5: message.GetUnreadClassCountRes.info:type_name -> message.Messages
|
|
14, // 6: message.GetMsgTypeRes.data:type_name -> message.MsgTypes
|
|
14, // 6: message.GetMsgTypeRes.data:type_name -> message.MsgTypes
|
|
18, // 7: message.multipleSaveMsgReq.customWxTpl:type_name -> message.CustomWxTpl
|
|
18, // 7: message.multipleSaveMsgReq.customWxTpl:type_name -> message.CustomWxTpl
|
|
- 36, // 8: message.CustomWxTpl.tmplData:type_name -> message.CustomWxTpl.TmplDataEntry
|
|
|
|
|
|
+ 39, // 8: message.CustomWxTpl.tmplData:type_name -> message.CustomWxTpl.TmplDataEntry
|
|
23, // 9: message.FindUserBuoyMsgRes.data:type_name -> message.BuoyMessages
|
|
23, // 9: message.FindUserBuoyMsgRes.data:type_name -> message.BuoyMessages
|
|
4, // 10: message.UserMsgListRes.list:type_name -> message.Messages
|
|
4, // 10: message.UserMsgListRes.list:type_name -> message.Messages
|
|
4, // 11: message.UserMsgListRes.last:type_name -> message.Messages
|
|
4, // 11: message.UserMsgListRes.last:type_name -> message.Messages
|
|
@@ -3231,32 +3729,38 @@ var file_message_proto_depIdxs = []int32{
|
|
4, // 15: message.AllSortData.data:type_name -> message.Messages
|
|
4, // 15: message.AllSortData.data:type_name -> message.Messages
|
|
4, // 16: message.UserUnreadMsgListRes.list:type_name -> message.Messages
|
|
4, // 16: message.UserUnreadMsgListRes.list:type_name -> message.Messages
|
|
19, // 17: message.CustomWxTpl.TmplDataEntry.value:type_name -> message.TmplItem
|
|
19, // 17: message.CustomWxTpl.TmplDataEntry.value:type_name -> message.TmplItem
|
|
- 17, // 18: message.Message.multipleSaveMsg:input_type -> message.multipleSaveMsgReq
|
|
|
|
- 0, // 19: message.Message.ChangeReadStatus:input_type -> message.ChangeReadStatusReq
|
|
|
|
- 3, // 20: message.Message.FindUserMsg:input_type -> message.FindUserMsgReq
|
|
|
|
- 7, // 21: message.Message.FindMessageDetail:input_type -> message.MessageDetailReq
|
|
|
|
- 13, // 22: message.Message.GetMsgType:input_type -> message.GetMsgTypeReq
|
|
|
|
- 21, // 23: message.Message.FindUserBuoyMsg:input_type -> message.FindUserBuoyMsgReq
|
|
|
|
- 24, // 24: message.Message.ClearUnreadMsg:input_type -> message.ClearUnreadMsgReq
|
|
|
|
- 25, // 25: message.Message.UserMsgList:input_type -> message.UserMsgListReq
|
|
|
|
- 32, // 26: message.Message.SendWxTmplMsg:input_type -> message.WxTmplMsgRequest
|
|
|
|
- 30, // 27: message.Message.UserUnreadMsgList:input_type -> message.UserUnreadMsgListReq
|
|
|
|
- 34, // 28: message.Message.MsgOpenLog:input_type -> message.MsgOpenLogReq
|
|
|
|
- 32, // 29: message.Message.AppLetterPush:input_type -> message.WxTmplMsgRequest
|
|
|
|
- 20, // 30: message.Message.multipleSaveMsg:output_type -> message.multipleSaveMsgResp
|
|
|
|
- 2, // 31: message.Message.ChangeReadStatus:output_type -> message.Response
|
|
|
|
- 5, // 32: message.Message.FindUserMsg:output_type -> message.FindUserMsgRes
|
|
|
|
- 8, // 33: message.Message.FindMessageDetail:output_type -> message.MessageDetailResp
|
|
|
|
- 15, // 34: message.Message.GetMsgType:output_type -> message.GetMsgTypeRes
|
|
|
|
- 22, // 35: message.Message.FindUserBuoyMsg:output_type -> message.FindUserBuoyMsgRes
|
|
|
|
- 2, // 36: message.Message.ClearUnreadMsg:output_type -> message.Response
|
|
|
|
- 26, // 37: message.Message.UserMsgList:output_type -> message.UserMsgListRes
|
|
|
|
- 33, // 38: message.Message.SendWxTmplMsg:output_type -> message.SendMsgResponse
|
|
|
|
- 31, // 39: message.Message.UserUnreadMsgList:output_type -> message.UserUnreadMsgListRes
|
|
|
|
- 2, // 40: message.Message.MsgOpenLog:output_type -> message.Response
|
|
|
|
- 33, // 41: message.Message.AppLetterPush:output_type -> message.SendMsgResponse
|
|
|
|
- 30, // [30:42] is the sub-list for method output_type
|
|
|
|
- 18, // [18:30] is the sub-list for method input_type
|
|
|
|
|
|
+ 36, // 18: message.Message.UpdateMsgSummary:input_type -> message.UpdateMsgSummaryReq
|
|
|
|
+ 35, // 19: message.Message.NewUserMsg:input_type -> message.NewUserInsertMsgReq
|
|
|
|
+ 37, // 20: message.Message.bitmapSaveMsg:input_type -> message.BitmapSaveMsgReq
|
|
|
|
+ 17, // 21: message.Message.multipleSaveMsg:input_type -> message.multipleSaveMsgReq
|
|
|
|
+ 0, // 22: message.Message.ChangeReadStatus:input_type -> message.ChangeReadStatusReq
|
|
|
|
+ 3, // 23: message.Message.FindUserMsg:input_type -> message.FindUserMsgReq
|
|
|
|
+ 7, // 24: message.Message.FindMessageDetail:input_type -> message.MessageDetailReq
|
|
|
|
+ 13, // 25: message.Message.GetMsgType:input_type -> message.GetMsgTypeReq
|
|
|
|
+ 21, // 26: message.Message.FindUserBuoyMsg:input_type -> message.FindUserBuoyMsgReq
|
|
|
|
+ 24, // 27: message.Message.ClearUnreadMsg:input_type -> message.ClearUnreadMsgReq
|
|
|
|
+ 25, // 28: message.Message.UserMsgList:input_type -> message.UserMsgListReq
|
|
|
|
+ 32, // 29: message.Message.SendWxTmplMsg:input_type -> message.WxTmplMsgRequest
|
|
|
|
+ 30, // 30: message.Message.UserUnreadMsgList:input_type -> message.UserUnreadMsgListReq
|
|
|
|
+ 34, // 31: message.Message.MsgOpenLog:input_type -> message.MsgOpenLogReq
|
|
|
|
+ 32, // 32: message.Message.AppLetterPush:input_type -> message.WxTmplMsgRequest
|
|
|
|
+ 2, // 33: message.Message.UpdateMsgSummary:output_type -> message.Response
|
|
|
|
+ 2, // 34: message.Message.NewUserMsg:output_type -> message.Response
|
|
|
|
+ 20, // 35: message.Message.bitmapSaveMsg:output_type -> message.multipleSaveMsgResp
|
|
|
|
+ 20, // 36: message.Message.multipleSaveMsg:output_type -> message.multipleSaveMsgResp
|
|
|
|
+ 2, // 37: message.Message.ChangeReadStatus:output_type -> message.Response
|
|
|
|
+ 5, // 38: message.Message.FindUserMsg:output_type -> message.FindUserMsgRes
|
|
|
|
+ 8, // 39: message.Message.FindMessageDetail:output_type -> message.MessageDetailResp
|
|
|
|
+ 15, // 40: message.Message.GetMsgType:output_type -> message.GetMsgTypeRes
|
|
|
|
+ 22, // 41: message.Message.FindUserBuoyMsg:output_type -> message.FindUserBuoyMsgRes
|
|
|
|
+ 2, // 42: message.Message.ClearUnreadMsg:output_type -> message.Response
|
|
|
|
+ 26, // 43: message.Message.UserMsgList:output_type -> message.UserMsgListRes
|
|
|
|
+ 33, // 44: message.Message.SendWxTmplMsg:output_type -> message.SendMsgResponse
|
|
|
|
+ 31, // 45: message.Message.UserUnreadMsgList:output_type -> message.UserUnreadMsgListRes
|
|
|
|
+ 2, // 46: message.Message.MsgOpenLog:output_type -> message.Response
|
|
|
|
+ 33, // 47: message.Message.AppLetterPush:output_type -> message.SendMsgResponse
|
|
|
|
+ 33, // [33:48] is the sub-list for method output_type
|
|
|
|
+ 18, // [18:33] is the sub-list for method input_type
|
|
18, // [18:18] is the sub-list for extension type_name
|
|
18, // [18:18] is the sub-list for extension type_name
|
|
18, // [18:18] is the sub-list for extension extendee
|
|
18, // [18:18] is the sub-list for extension extendee
|
|
0, // [0:18] is the sub-list for field type_name
|
|
0, // [0:18] is the sub-list for field type_name
|
|
@@ -3688,6 +4192,42 @@ func file_message_proto_init() {
|
|
return nil
|
|
return nil
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+ file_message_proto_msgTypes[35].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
+ switch v := v.(*NewUserInsertMsgReq); i {
|
|
|
|
+ case 0:
|
|
|
|
+ return &v.state
|
|
|
|
+ case 1:
|
|
|
|
+ return &v.sizeCache
|
|
|
|
+ case 2:
|
|
|
|
+ return &v.unknownFields
|
|
|
|
+ default:
|
|
|
|
+ return nil
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ file_message_proto_msgTypes[36].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
+ switch v := v.(*UpdateMsgSummaryReq); i {
|
|
|
|
+ case 0:
|
|
|
|
+ return &v.state
|
|
|
|
+ case 1:
|
|
|
|
+ return &v.sizeCache
|
|
|
|
+ case 2:
|
|
|
|
+ return &v.unknownFields
|
|
|
|
+ default:
|
|
|
|
+ return nil
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ file_message_proto_msgTypes[37].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
+ switch v := v.(*BitmapSaveMsgReq); i {
|
|
|
|
+ case 0:
|
|
|
|
+ return &v.state
|
|
|
|
+ case 1:
|
|
|
|
+ return &v.sizeCache
|
|
|
|
+ case 2:
|
|
|
|
+ return &v.unknownFields
|
|
|
|
+ default:
|
|
|
|
+ return nil
|
|
|
|
+ }
|
|
|
|
+ }
|
|
}
|
|
}
|
|
type x struct{}
|
|
type x struct{}
|
|
out := protoimpl.TypeBuilder{
|
|
out := protoimpl.TypeBuilder{
|
|
@@ -3695,7 +4235,7 @@ func file_message_proto_init() {
|
|
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
|
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
|
RawDescriptor: file_message_proto_rawDesc,
|
|
RawDescriptor: file_message_proto_rawDesc,
|
|
NumEnums: 0,
|
|
NumEnums: 0,
|
|
- NumMessages: 37,
|
|
|
|
|
|
+ NumMessages: 40,
|
|
NumExtensions: 0,
|
|
NumExtensions: 0,
|
|
NumServices: 1,
|
|
NumServices: 1,
|
|
},
|
|
},
|