|
@@ -1,7 +1,7 @@
|
|
// Code generated by protoc-gen-go. DO NOT EDIT.
|
|
// Code generated by protoc-gen-go. DO NOT EDIT.
|
|
// versions:
|
|
// versions:
|
|
-// protoc-gen-go v1.28.0
|
|
|
|
-// protoc v3.19.4
|
|
|
|
|
|
+// protoc-gen-go v1.30.0
|
|
|
|
+// protoc v3.21.12
|
|
// source: message.proto
|
|
// source: message.proto
|
|
|
|
|
|
package message
|
|
package message
|
|
@@ -581,7 +581,7 @@ func (x *GetClassUnreadCountReq) GetAppid() string {
|
|
return ""
|
|
return ""
|
|
}
|
|
}
|
|
|
|
|
|
-//查看消息内容
|
|
|
|
|
|
+// 查看消息内容
|
|
type MessageDetailReq struct {
|
|
type MessageDetailReq struct {
|
|
state protoimpl.MessageState
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
sizeCache protoimpl.SizeCache
|
|
@@ -2296,88 +2296,8 @@ func (x *UserUnreadMsgListRes) GetCount() int64 {
|
|
return 0
|
|
return 0
|
|
}
|
|
}
|
|
|
|
|
|
-// 剑鱼学堂模版消息
|
|
|
|
-type JySchoolMsg struct {
|
|
|
|
- state protoimpl.MessageState
|
|
|
|
- sizeCache protoimpl.SizeCache
|
|
|
|
- unknownFields protoimpl.UnknownFields
|
|
|
|
-
|
|
|
|
- UserIds string `protobuf:"bytes,1,opt,name=userIds,proto3" json:"userIds,omitempty"` //接受人 mongo_userId(多个用,分割)
|
|
|
|
- Title string `protobuf:"bytes,2,opt,name=title,proto3" json:"title,omitempty"` //课程名称
|
|
|
|
- Date string `protobuf:"bytes,3,opt,name=date,proto3" json:"date,omitempty"` //课程时间
|
|
|
|
- Address string `protobuf:"bytes,4,opt,name=address,proto3" json:"address,omitempty"` //课程地点
|
|
|
|
- Url string `protobuf:"bytes,5,opt,name=url,proto3" json:"url,omitempty"` //消息跳转连接
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-func (x *JySchoolMsg) Reset() {
|
|
|
|
- *x = JySchoolMsg{}
|
|
|
|
- if protoimpl.UnsafeEnabled {
|
|
|
|
- mi := &file_message_proto_msgTypes[30]
|
|
|
|
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
- ms.StoreMessageInfo(mi)
|
|
|
|
- }
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-func (x *JySchoolMsg) String() string {
|
|
|
|
- return protoimpl.X.MessageStringOf(x)
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-func (*JySchoolMsg) ProtoMessage() {}
|
|
|
|
-
|
|
|
|
-func (x *JySchoolMsg) ProtoReflect() protoreflect.Message {
|
|
|
|
- mi := &file_message_proto_msgTypes[30]
|
|
|
|
- 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 JySchoolMsg.ProtoReflect.Descriptor instead.
|
|
|
|
-func (*JySchoolMsg) Descriptor() ([]byte, []int) {
|
|
|
|
- return file_message_proto_rawDescGZIP(), []int{30}
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-func (x *JySchoolMsg) GetUserIds() string {
|
|
|
|
- if x != nil {
|
|
|
|
- return x.UserIds
|
|
|
|
- }
|
|
|
|
- return ""
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-func (x *JySchoolMsg) GetTitle() string {
|
|
|
|
- if x != nil {
|
|
|
|
- return x.Title
|
|
|
|
- }
|
|
|
|
- return ""
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-func (x *JySchoolMsg) GetDate() string {
|
|
|
|
- if x != nil {
|
|
|
|
- return x.Date
|
|
|
|
- }
|
|
|
|
- return ""
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-func (x *JySchoolMsg) GetAddress() string {
|
|
|
|
- if x != nil {
|
|
|
|
- return x.Address
|
|
|
|
- }
|
|
|
|
- return ""
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-func (x *JySchoolMsg) GetUrl() string {
|
|
|
|
- if x != nil {
|
|
|
|
- return x.Url
|
|
|
|
- }
|
|
|
|
- return ""
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
// 剑鱼系统通用模版
|
|
// 剑鱼系统通用模版
|
|
-type SystemDefaultMsg struct {
|
|
|
|
|
|
+type WxTmplMsgRequest struct {
|
|
state protoimpl.MessageState
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
unknownFields protoimpl.UnknownFields
|
|
@@ -2391,23 +2311,23 @@ type SystemDefaultMsg struct {
|
|
Url string `protobuf:"bytes,7,opt,name=url,proto3" json:"url,omitempty"` //消息跳转连接
|
|
Url string `protobuf:"bytes,7,opt,name=url,proto3" json:"url,omitempty"` //消息跳转连接
|
|
}
|
|
}
|
|
|
|
|
|
-func (x *SystemDefaultMsg) Reset() {
|
|
|
|
- *x = SystemDefaultMsg{}
|
|
|
|
|
|
+func (x *WxTmplMsgRequest) Reset() {
|
|
|
|
+ *x = WxTmplMsgRequest{}
|
|
if protoimpl.UnsafeEnabled {
|
|
if protoimpl.UnsafeEnabled {
|
|
- mi := &file_message_proto_msgTypes[31]
|
|
|
|
|
|
+ mi := &file_message_proto_msgTypes[30]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
-func (x *SystemDefaultMsg) String() string {
|
|
|
|
|
|
+func (x *WxTmplMsgRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
}
|
|
|
|
|
|
-func (*SystemDefaultMsg) ProtoMessage() {}
|
|
|
|
|
|
+func (*WxTmplMsgRequest) ProtoMessage() {}
|
|
|
|
|
|
-func (x *SystemDefaultMsg) ProtoReflect() protoreflect.Message {
|
|
|
|
- mi := &file_message_proto_msgTypes[31]
|
|
|
|
|
|
+func (x *WxTmplMsgRequest) ProtoReflect() protoreflect.Message {
|
|
|
|
+ mi := &file_message_proto_msgTypes[30]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -2418,54 +2338,54 @@ func (x *SystemDefaultMsg) ProtoReflect() protoreflect.Message {
|
|
return mi.MessageOf(x)
|
|
return mi.MessageOf(x)
|
|
}
|
|
}
|
|
|
|
|
|
-// Deprecated: Use SystemDefaultMsg.ProtoReflect.Descriptor instead.
|
|
|
|
-func (*SystemDefaultMsg) Descriptor() ([]byte, []int) {
|
|
|
|
- return file_message_proto_rawDescGZIP(), []int{31}
|
|
|
|
|
|
+// Deprecated: Use WxTmplMsgRequest.ProtoReflect.Descriptor instead.
|
|
|
|
+func (*WxTmplMsgRequest) Descriptor() ([]byte, []int) {
|
|
|
|
+ return file_message_proto_rawDescGZIP(), []int{30}
|
|
}
|
|
}
|
|
|
|
|
|
-func (x *SystemDefaultMsg) GetUserIds() string {
|
|
|
|
|
|
+func (x *WxTmplMsgRequest) GetUserIds() string {
|
|
if x != nil {
|
|
if x != nil {
|
|
return x.UserIds
|
|
return x.UserIds
|
|
}
|
|
}
|
|
return ""
|
|
return ""
|
|
}
|
|
}
|
|
|
|
|
|
-func (x *SystemDefaultMsg) GetPositionIds() string {
|
|
|
|
|
|
+func (x *WxTmplMsgRequest) GetPositionIds() string {
|
|
if x != nil {
|
|
if x != nil {
|
|
return x.PositionIds
|
|
return x.PositionIds
|
|
}
|
|
}
|
|
return ""
|
|
return ""
|
|
}
|
|
}
|
|
|
|
|
|
-func (x *SystemDefaultMsg) GetMessageClass() string {
|
|
|
|
|
|
+func (x *WxTmplMsgRequest) GetMessageClass() string {
|
|
if x != nil {
|
|
if x != nil {
|
|
return x.MessageClass
|
|
return x.MessageClass
|
|
}
|
|
}
|
|
return ""
|
|
return ""
|
|
}
|
|
}
|
|
|
|
|
|
-func (x *SystemDefaultMsg) GetTitle() string {
|
|
|
|
|
|
+func (x *WxTmplMsgRequest) GetTitle() string {
|
|
if x != nil {
|
|
if x != nil {
|
|
return x.Title
|
|
return x.Title
|
|
}
|
|
}
|
|
return ""
|
|
return ""
|
|
}
|
|
}
|
|
|
|
|
|
-func (x *SystemDefaultMsg) GetDetail() string {
|
|
|
|
|
|
+func (x *WxTmplMsgRequest) GetDetail() string {
|
|
if x != nil {
|
|
if x != nil {
|
|
return x.Detail
|
|
return x.Detail
|
|
}
|
|
}
|
|
return ""
|
|
return ""
|
|
}
|
|
}
|
|
|
|
|
|
-func (x *SystemDefaultMsg) GetDate() string {
|
|
|
|
|
|
+func (x *WxTmplMsgRequest) GetDate() string {
|
|
if x != nil {
|
|
if x != nil {
|
|
return x.Date
|
|
return x.Date
|
|
}
|
|
}
|
|
return ""
|
|
return ""
|
|
}
|
|
}
|
|
|
|
|
|
-func (x *SystemDefaultMsg) GetUrl() string {
|
|
|
|
|
|
+func (x *WxTmplMsgRequest) GetUrl() string {
|
|
if x != nil {
|
|
if x != nil {
|
|
return x.Url
|
|
return x.Url
|
|
}
|
|
}
|
|
@@ -2484,7 +2404,7 @@ type SendMsgResponse struct {
|
|
func (x *SendMsgResponse) Reset() {
|
|
func (x *SendMsgResponse) Reset() {
|
|
*x = SendMsgResponse{}
|
|
*x = SendMsgResponse{}
|
|
if protoimpl.UnsafeEnabled {
|
|
if protoimpl.UnsafeEnabled {
|
|
- mi := &file_message_proto_msgTypes[32]
|
|
|
|
|
|
+ mi := &file_message_proto_msgTypes[31]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
@@ -2497,7 +2417,7 @@ func (x *SendMsgResponse) String() string {
|
|
func (*SendMsgResponse) ProtoMessage() {}
|
|
func (*SendMsgResponse) ProtoMessage() {}
|
|
|
|
|
|
func (x *SendMsgResponse) ProtoReflect() protoreflect.Message {
|
|
func (x *SendMsgResponse) ProtoReflect() protoreflect.Message {
|
|
- mi := &file_message_proto_msgTypes[32]
|
|
|
|
|
|
+ mi := &file_message_proto_msgTypes[31]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -2510,7 +2430,7 @@ func (x *SendMsgResponse) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
// Deprecated: Use SendMsgResponse.ProtoReflect.Descriptor instead.
|
|
// Deprecated: Use SendMsgResponse.ProtoReflect.Descriptor instead.
|
|
func (*SendMsgResponse) Descriptor() ([]byte, []int) {
|
|
func (*SendMsgResponse) Descriptor() ([]byte, []int) {
|
|
- return file_message_proto_rawDescGZIP(), []int{32}
|
|
|
|
|
|
+ return file_message_proto_rawDescGZIP(), []int{31}
|
|
}
|
|
}
|
|
|
|
|
|
func (x *SendMsgResponse) GetTotal() int64 {
|
|
func (x *SendMsgResponse) GetTotal() int64 {
|
|
@@ -2804,78 +2724,70 @@ var file_message_proto_rawDesc = []byte{
|
|
0x32, 0x11, 0x2e, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x2e, 0x4d, 0x65, 0x73, 0x73, 0x61,
|
|
0x32, 0x11, 0x2e, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x2e, 0x4d, 0x65, 0x73, 0x73, 0x61,
|
|
0x67, 0x65, 0x73, 0x52, 0x04, 0x6c, 0x69, 0x73, 0x74, 0x12, 0x14, 0x0a, 0x05, 0x63, 0x6f, 0x75,
|
|
0x67, 0x65, 0x73, 0x52, 0x04, 0x6c, 0x69, 0x73, 0x74, 0x12, 0x14, 0x0a, 0x05, 0x63, 0x6f, 0x75,
|
|
0x6e, 0x74, 0x18, 0x04, 0x20, 0x01, 0x28, 0x03, 0x52, 0x05, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x22,
|
|
0x6e, 0x74, 0x18, 0x04, 0x20, 0x01, 0x28, 0x03, 0x52, 0x05, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x22,
|
|
- 0x7d, 0x0a, 0x0b, 0x4a, 0x79, 0x53, 0x63, 0x68, 0x6f, 0x6f, 0x6c, 0x4d, 0x73, 0x67, 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, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x74, 0x69, 0x74, 0x6c, 0x65, 0x12, 0x12,
|
|
|
|
- 0x0a, 0x04, 0x64, 0x61, 0x74, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x64, 0x61,
|
|
|
|
- 0x74, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x18, 0x04, 0x20,
|
|
|
|
- 0x01, 0x28, 0x09, 0x52, 0x07, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x12, 0x10, 0x0a, 0x03,
|
|
|
|
- 0x75, 0x72, 0x6c, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x75, 0x72, 0x6c, 0x22, 0xc6,
|
|
|
|
- 0x01, 0x0a, 0x10, 0x53, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x44, 0x65, 0x66, 0x61, 0x75, 0x6c, 0x74,
|
|
|
|
- 0x4d, 0x73, 0x67, 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, 0x20, 0x0a,
|
|
|
|
- 0x0b, 0x70, 0x6f, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x73, 0x18, 0x02, 0x20, 0x01,
|
|
|
|
- 0x28, 0x09, 0x52, 0x0b, 0x70, 0x6f, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x73, 0x12,
|
|
|
|
- 0x22, 0x0a, 0x0c, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x18,
|
|
|
|
- 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x43, 0x6c,
|
|
|
|
- 0x61, 0x73, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x74, 0x69, 0x74, 0x6c, 0x65, 0x18, 0x04, 0x20, 0x01,
|
|
|
|
- 0x28, 0x09, 0x52, 0x05, 0x74, 0x69, 0x74, 0x6c, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x65, 0x74,
|
|
|
|
- 0x61, 0x69, 0x6c, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x65, 0x74, 0x61, 0x69,
|
|
|
|
- 0x6c, 0x12, 0x12, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52,
|
|
|
|
- 0x04, 0x64, 0x61, 0x74, 0x65, 0x12, 0x10, 0x0a, 0x03, 0x75, 0x72, 0x6c, 0x18, 0x07, 0x20, 0x01,
|
|
|
|
- 0x28, 0x09, 0x52, 0x03, 0x75, 0x72, 0x6c, 0x22, 0x41, 0x0a, 0x0f, 0x53, 0x65, 0x6e, 0x64, 0x4d,
|
|
|
|
- 0x73, 0x67, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x74, 0x6f,
|
|
|
|
- 0x74, 0x61, 0x6c, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x05, 0x74, 0x6f, 0x74, 0x61, 0x6c,
|
|
|
|
- 0x12, 0x18, 0x0a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28,
|
|
|
|
- 0x09, 0x52, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x32, 0xdc, 0x05, 0x0a, 0x07, 0x4d,
|
|
|
|
- 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 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, 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, 0x69, 0x70, 0x6c, 0x65, 0x53, 0x61, 0x76, 0x65, 0x4d, 0x73, 0x67,
|
|
|
|
- 0x52, 0x65, 0x73, 0x70, 0x12, 0x43, 0x0a, 0x10, 0x43, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x52, 0x65,
|
|
|
|
- 0x61, 0x64, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x1c, 0x2e, 0x6d, 0x65, 0x73, 0x73, 0x61,
|
|
|
|
- 0x67, 0x65, 0x2e, 0x43, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x52, 0x65, 0x61, 0x64, 0x53, 0x74, 0x61,
|
|
|
|
- 0x74, 0x75, 0x73, 0x52, 0x65, 0x71, 0x1a, 0x11, 0x2e, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65,
|
|
|
|
- 0x2e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x3f, 0x0a, 0x0b, 0x46, 0x69, 0x6e,
|
|
|
|
- 0x64, 0x55, 0x73, 0x65, 0x72, 0x4d, 0x73, 0x67, 0x12, 0x17, 0x2e, 0x6d, 0x65, 0x73, 0x73, 0x61,
|
|
|
|
- 0x67, 0x65, 0x2e, 0x46, 0x69, 0x6e, 0x64, 0x55, 0x73, 0x65, 0x72, 0x4d, 0x73, 0x67, 0x52, 0x65,
|
|
|
|
- 0x71, 0x1a, 0x17, 0x2e, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x2e, 0x46, 0x69, 0x6e, 0x64,
|
|
|
|
- 0x55, 0x73, 0x65, 0x72, 0x4d, 0x73, 0x67, 0x52, 0x65, 0x73, 0x12, 0x4a, 0x0a, 0x11, 0x46, 0x69,
|
|
|
|
- 0x6e, 0x64, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x12,
|
|
|
|
- 0x19, 0x2e, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x2e, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67,
|
|
|
|
- 0x65, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x52, 0x65, 0x71, 0x1a, 0x1a, 0x2e, 0x6d, 0x65, 0x73,
|
|
|
|
- 0x73, 0x61, 0x67, 0x65, 0x2e, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x44, 0x65, 0x74, 0x61,
|
|
|
|
- 0x69, 0x6c, 0x52, 0x65, 0x73, 0x70, 0x12, 0x3c, 0x0a, 0x0a, 0x47, 0x65, 0x74, 0x4d, 0x73, 0x67,
|
|
|
|
- 0x54, 0x79, 0x70, 0x65, 0x12, 0x16, 0x2e, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x2e, 0x47,
|
|
|
|
- 0x65, 0x74, 0x4d, 0x73, 0x67, 0x54, 0x79, 0x70, 0x65, 0x52, 0x65, 0x71, 0x1a, 0x16, 0x2e, 0x6d,
|
|
|
|
- 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x2e, 0x47, 0x65, 0x74, 0x4d, 0x73, 0x67, 0x54, 0x79, 0x70,
|
|
|
|
- 0x65, 0x52, 0x65, 0x73, 0x12, 0x4b, 0x0a, 0x0f, 0x46, 0x69, 0x6e, 0x64, 0x55, 0x73, 0x65, 0x72,
|
|
|
|
- 0x42, 0x75, 0x6f, 0x79, 0x4d, 0x73, 0x67, 0x12, 0x1b, 0x2e, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67,
|
|
|
|
- 0x65, 0x2e, 0x46, 0x69, 0x6e, 0x64, 0x55, 0x73, 0x65, 0x72, 0x42, 0x75, 0x6f, 0x79, 0x4d, 0x73,
|
|
|
|
- 0x67, 0x52, 0x65, 0x71, 0x1a, 0x1b, 0x2e, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x2e, 0x46,
|
|
|
|
- 0x69, 0x6e, 0x64, 0x55, 0x73, 0x65, 0x72, 0x42, 0x75, 0x6f, 0x79, 0x4d, 0x73, 0x67, 0x52, 0x65,
|
|
|
|
- 0x73, 0x12, 0x3f, 0x0a, 0x0e, 0x43, 0x6c, 0x65, 0x61, 0x72, 0x55, 0x6e, 0x72, 0x65, 0x61, 0x64,
|
|
|
|
- 0x4d, 0x73, 0x67, 0x12, 0x1a, 0x2e, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x2e, 0x43, 0x6c,
|
|
|
|
- 0x65, 0x61, 0x72, 0x55, 0x6e, 0x72, 0x65, 0x61, 0x64, 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, 0x3f, 0x0a, 0x0b, 0x55, 0x73, 0x65, 0x72, 0x4d, 0x73, 0x67, 0x4c, 0x69, 0x73,
|
|
|
|
- 0x74, 0x12, 0x17, 0x2e, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x2e, 0x55, 0x73, 0x65, 0x72,
|
|
|
|
- 0x4d, 0x73, 0x67, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x1a, 0x17, 0x2e, 0x6d, 0x65, 0x73,
|
|
|
|
- 0x73, 0x61, 0x67, 0x65, 0x2e, 0x55, 0x73, 0x65, 0x72, 0x4d, 0x73, 0x67, 0x4c, 0x69, 0x73, 0x74,
|
|
|
|
- 0x52, 0x65, 0x73, 0x12, 0x51, 0x0a, 0x1a, 0x53, 0x65, 0x6e, 0x64, 0x57, 0x78, 0x54, 0x6d, 0x70,
|
|
|
|
- 0x6c, 0x53, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x44, 0x65, 0x66, 0x61, 0x75, 0x6c, 0x74, 0x4d, 0x73,
|
|
|
|
- 0x67, 0x12, 0x19, 0x2e, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x2e, 0x53, 0x79, 0x73, 0x74,
|
|
|
|
- 0x65, 0x6d, 0x44, 0x65, 0x66, 0x61, 0x75, 0x6c, 0x74, 0x4d, 0x73, 0x67, 0x1a, 0x18, 0x2e, 0x6d,
|
|
|
|
- 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x2e, 0x53, 0x65, 0x6e, 0x64, 0x4d, 0x73, 0x67, 0x52, 0x65,
|
|
|
|
- 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x51, 0x0a, 0x11, 0x55, 0x73, 0x65, 0x72, 0x55, 0x6e,
|
|
|
|
- 0x72, 0x65, 0x61, 0x64, 0x4d, 0x73, 0x67, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x1d, 0x2e, 0x6d, 0x65,
|
|
|
|
- 0x73, 0x73, 0x61, 0x67, 0x65, 0x2e, 0x55, 0x73, 0x65, 0x72, 0x55, 0x6e, 0x72, 0x65, 0x61, 0x64,
|
|
|
|
- 0x4d, 0x73, 0x67, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x1a, 0x1d, 0x2e, 0x6d, 0x65, 0x73,
|
|
|
|
- 0x73, 0x61, 0x67, 0x65, 0x2e, 0x55, 0x73, 0x65, 0x72, 0x55, 0x6e, 0x72, 0x65, 0x61, 0x64, 0x4d,
|
|
|
|
- 0x73, 0x67, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x42, 0x0a, 0x5a, 0x08, 0x6d, 0x65, 0x73,
|
|
|
|
- 0x73, 0x61, 0x67, 0x65, 0x2f, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
|
|
|
|
|
|
+ 0xc6, 0x01, 0x0a, 0x10, 0x57, 0x78, 0x54, 0x6d, 0x70, 0x6c, 0x4d, 0x73, 0x67, 0x52, 0x65, 0x71,
|
|
|
|
+ 0x75, 0x65, 0x73, 0x74, 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, 0x20,
|
|
|
|
+ 0x0a, 0x0b, 0x70, 0x6f, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x73, 0x18, 0x02, 0x20,
|
|
|
|
+ 0x01, 0x28, 0x09, 0x52, 0x0b, 0x70, 0x6f, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x73,
|
|
|
|
+ 0x12, 0x22, 0x0a, 0x0c, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x43, 0x6c, 0x61, 0x73, 0x73,
|
|
|
|
+ 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x43,
|
|
|
|
+ 0x6c, 0x61, 0x73, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x74, 0x69, 0x74, 0x6c, 0x65, 0x18, 0x04, 0x20,
|
|
|
|
+ 0x01, 0x28, 0x09, 0x52, 0x05, 0x74, 0x69, 0x74, 0x6c, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x65,
|
|
|
|
+ 0x74, 0x61, 0x69, 0x6c, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x65, 0x74, 0x61,
|
|
|
|
+ 0x69, 0x6c, 0x12, 0x12, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09,
|
|
|
|
+ 0x52, 0x04, 0x64, 0x61, 0x74, 0x65, 0x12, 0x10, 0x0a, 0x03, 0x75, 0x72, 0x6c, 0x18, 0x07, 0x20,
|
|
|
|
+ 0x01, 0x28, 0x09, 0x52, 0x03, 0x75, 0x72, 0x6c, 0x22, 0x41, 0x0a, 0x0f, 0x53, 0x65, 0x6e, 0x64,
|
|
|
|
+ 0x4d, 0x73, 0x67, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x74,
|
|
|
|
+ 0x6f, 0x74, 0x61, 0x6c, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x05, 0x74, 0x6f, 0x74, 0x61,
|
|
|
|
+ 0x6c, 0x12, 0x18, 0x0a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0x02, 0x20, 0x01,
|
|
|
|
+ 0x28, 0x09, 0x52, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x32, 0xcf, 0x05, 0x0a, 0x07,
|
|
|
|
+ 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 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, 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, 0x69, 0x70, 0x6c, 0x65, 0x53, 0x61, 0x76, 0x65, 0x4d, 0x73,
|
|
|
|
+ 0x67, 0x52, 0x65, 0x73, 0x70, 0x12, 0x43, 0x0a, 0x10, 0x43, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x52,
|
|
|
|
+ 0x65, 0x61, 0x64, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x1c, 0x2e, 0x6d, 0x65, 0x73, 0x73,
|
|
|
|
+ 0x61, 0x67, 0x65, 0x2e, 0x43, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x52, 0x65, 0x61, 0x64, 0x53, 0x74,
|
|
|
|
+ 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x71, 0x1a, 0x11, 0x2e, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67,
|
|
|
|
+ 0x65, 0x2e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x3f, 0x0a, 0x0b, 0x46, 0x69,
|
|
|
|
+ 0x6e, 0x64, 0x55, 0x73, 0x65, 0x72, 0x4d, 0x73, 0x67, 0x12, 0x17, 0x2e, 0x6d, 0x65, 0x73, 0x73,
|
|
|
|
+ 0x61, 0x67, 0x65, 0x2e, 0x46, 0x69, 0x6e, 0x64, 0x55, 0x73, 0x65, 0x72, 0x4d, 0x73, 0x67, 0x52,
|
|
|
|
+ 0x65, 0x71, 0x1a, 0x17, 0x2e, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x2e, 0x46, 0x69, 0x6e,
|
|
|
|
+ 0x64, 0x55, 0x73, 0x65, 0x72, 0x4d, 0x73, 0x67, 0x52, 0x65, 0x73, 0x12, 0x4a, 0x0a, 0x11, 0x46,
|
|
|
|
+ 0x69, 0x6e, 0x64, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c,
|
|
|
|
+ 0x12, 0x19, 0x2e, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x2e, 0x4d, 0x65, 0x73, 0x73, 0x61,
|
|
|
|
+ 0x67, 0x65, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x52, 0x65, 0x71, 0x1a, 0x1a, 0x2e, 0x6d, 0x65,
|
|
|
|
+ 0x73, 0x73, 0x61, 0x67, 0x65, 0x2e, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x44, 0x65, 0x74,
|
|
|
|
+ 0x61, 0x69, 0x6c, 0x52, 0x65, 0x73, 0x70, 0x12, 0x3c, 0x0a, 0x0a, 0x47, 0x65, 0x74, 0x4d, 0x73,
|
|
|
|
+ 0x67, 0x54, 0x79, 0x70, 0x65, 0x12, 0x16, 0x2e, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x2e,
|
|
|
|
+ 0x47, 0x65, 0x74, 0x4d, 0x73, 0x67, 0x54, 0x79, 0x70, 0x65, 0x52, 0x65, 0x71, 0x1a, 0x16, 0x2e,
|
|
|
|
+ 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x2e, 0x47, 0x65, 0x74, 0x4d, 0x73, 0x67, 0x54, 0x79,
|
|
|
|
+ 0x70, 0x65, 0x52, 0x65, 0x73, 0x12, 0x4b, 0x0a, 0x0f, 0x46, 0x69, 0x6e, 0x64, 0x55, 0x73, 0x65,
|
|
|
|
+ 0x72, 0x42, 0x75, 0x6f, 0x79, 0x4d, 0x73, 0x67, 0x12, 0x1b, 0x2e, 0x6d, 0x65, 0x73, 0x73, 0x61,
|
|
|
|
+ 0x67, 0x65, 0x2e, 0x46, 0x69, 0x6e, 0x64, 0x55, 0x73, 0x65, 0x72, 0x42, 0x75, 0x6f, 0x79, 0x4d,
|
|
|
|
+ 0x73, 0x67, 0x52, 0x65, 0x71, 0x1a, 0x1b, 0x2e, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x2e,
|
|
|
|
+ 0x46, 0x69, 0x6e, 0x64, 0x55, 0x73, 0x65, 0x72, 0x42, 0x75, 0x6f, 0x79, 0x4d, 0x73, 0x67, 0x52,
|
|
|
|
+ 0x65, 0x73, 0x12, 0x3f, 0x0a, 0x0e, 0x43, 0x6c, 0x65, 0x61, 0x72, 0x55, 0x6e, 0x72, 0x65, 0x61,
|
|
|
|
+ 0x64, 0x4d, 0x73, 0x67, 0x12, 0x1a, 0x2e, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x2e, 0x43,
|
|
|
|
+ 0x6c, 0x65, 0x61, 0x72, 0x55, 0x6e, 0x72, 0x65, 0x61, 0x64, 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, 0x3f, 0x0a, 0x0b, 0x55, 0x73, 0x65, 0x72, 0x4d, 0x73, 0x67, 0x4c, 0x69,
|
|
|
|
+ 0x73, 0x74, 0x12, 0x17, 0x2e, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x2e, 0x55, 0x73, 0x65,
|
|
|
|
+ 0x72, 0x4d, 0x73, 0x67, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x1a, 0x17, 0x2e, 0x6d, 0x65,
|
|
|
|
+ 0x73, 0x73, 0x61, 0x67, 0x65, 0x2e, 0x55, 0x73, 0x65, 0x72, 0x4d, 0x73, 0x67, 0x4c, 0x69, 0x73,
|
|
|
|
+ 0x74, 0x52, 0x65, 0x73, 0x12, 0x44, 0x0a, 0x0d, 0x53, 0x65, 0x6e, 0x64, 0x57, 0x78, 0x54, 0x6d,
|
|
|
|
+ 0x70, 0x6c, 0x4d, 0x73, 0x67, 0x12, 0x19, 0x2e, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x2e,
|
|
|
|
+ 0x57, 0x78, 0x54, 0x6d, 0x70, 0x6c, 0x4d, 0x73, 0x67, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
|
|
|
|
+ 0x1a, 0x18, 0x2e, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x2e, 0x53, 0x65, 0x6e, 0x64, 0x4d,
|
|
|
|
+ 0x73, 0x67, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x51, 0x0a, 0x11, 0x55, 0x73,
|
|
|
|
+ 0x65, 0x72, 0x55, 0x6e, 0x72, 0x65, 0x61, 0x64, 0x4d, 0x73, 0x67, 0x4c, 0x69, 0x73, 0x74, 0x12,
|
|
|
|
+ 0x1d, 0x2e, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x2e, 0x55, 0x73, 0x65, 0x72, 0x55, 0x6e,
|
|
|
|
+ 0x72, 0x65, 0x61, 0x64, 0x4d, 0x73, 0x67, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x1a, 0x1d,
|
|
|
|
+ 0x2e, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x2e, 0x55, 0x73, 0x65, 0x72, 0x55, 0x6e, 0x72,
|
|
|
|
+ 0x65, 0x61, 0x64, 0x4d, 0x73, 0x67, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x42, 0x0a, 0x5a,
|
|
|
|
+ 0x08, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x2f, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f,
|
|
|
|
+ 0x33,
|
|
}
|
|
}
|
|
|
|
|
|
var (
|
|
var (
|
|
@@ -2890,7 +2802,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, 34)
|
|
|
|
|
|
+var file_message_proto_msgTypes = make([]protoimpl.MessageInfo, 33)
|
|
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
|
|
@@ -2922,13 +2834,12 @@ var file_message_proto_goTypes = []interface{}{
|
|
(*WxTmplResponse)(nil), // 27: message.WxTmplResponse
|
|
(*WxTmplResponse)(nil), // 27: message.WxTmplResponse
|
|
(*UserUnreadMsgListReq)(nil), // 28: message.UserUnreadMsgListReq
|
|
(*UserUnreadMsgListReq)(nil), // 28: message.UserUnreadMsgListReq
|
|
(*UserUnreadMsgListRes)(nil), // 29: message.UserUnreadMsgListRes
|
|
(*UserUnreadMsgListRes)(nil), // 29: message.UserUnreadMsgListRes
|
|
- (*JySchoolMsg)(nil), // 30: message.JySchoolMsg
|
|
|
|
- (*SystemDefaultMsg)(nil), // 31: message.SystemDefaultMsg
|
|
|
|
- (*SendMsgResponse)(nil), // 32: message.SendMsgResponse
|
|
|
|
- nil, // 33: message.Messages.UrlEntry
|
|
|
|
|
|
+ (*WxTmplMsgRequest)(nil), // 30: message.WxTmplMsgRequest
|
|
|
|
+ (*SendMsgResponse)(nil), // 31: message.SendMsgResponse
|
|
|
|
+ nil, // 32: message.Messages.UrlEntry
|
|
}
|
|
}
|
|
var file_message_proto_depIdxs = []int32{
|
|
var file_message_proto_depIdxs = []int32{
|
|
- 33, // 0: message.Messages.url:type_name -> message.Messages.UrlEntry
|
|
|
|
|
|
+ 32, // 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
|
|
@@ -2951,7 +2862,7 @@ var file_message_proto_depIdxs = []int32{
|
|
19, // 20: message.Message.FindUserBuoyMsg:input_type -> message.FindUserBuoyMsgReq
|
|
19, // 20: message.Message.FindUserBuoyMsg:input_type -> message.FindUserBuoyMsgReq
|
|
22, // 21: message.Message.ClearUnreadMsg:input_type -> message.ClearUnreadMsgReq
|
|
22, // 21: message.Message.ClearUnreadMsg:input_type -> message.ClearUnreadMsgReq
|
|
23, // 22: message.Message.UserMsgList:input_type -> message.UserMsgListReq
|
|
23, // 22: message.Message.UserMsgList:input_type -> message.UserMsgListReq
|
|
- 31, // 23: message.Message.SendWxTmplSystemDefaultMsg:input_type -> message.SystemDefaultMsg
|
|
|
|
|
|
+ 30, // 23: message.Message.SendWxTmplMsg:input_type -> message.WxTmplMsgRequest
|
|
28, // 24: message.Message.UserUnreadMsgList:input_type -> message.UserUnreadMsgListReq
|
|
28, // 24: message.Message.UserUnreadMsgList:input_type -> message.UserUnreadMsgListReq
|
|
18, // 25: message.Message.multipleSaveMsg:output_type -> message.multipleSaveMsgResp
|
|
18, // 25: message.Message.multipleSaveMsg:output_type -> message.multipleSaveMsgResp
|
|
2, // 26: message.Message.ChangeReadStatus:output_type -> message.Response
|
|
2, // 26: message.Message.ChangeReadStatus:output_type -> message.Response
|
|
@@ -2961,7 +2872,7 @@ var file_message_proto_depIdxs = []int32{
|
|
20, // 30: message.Message.FindUserBuoyMsg:output_type -> message.FindUserBuoyMsgRes
|
|
20, // 30: message.Message.FindUserBuoyMsg:output_type -> message.FindUserBuoyMsgRes
|
|
2, // 31: message.Message.ClearUnreadMsg:output_type -> message.Response
|
|
2, // 31: message.Message.ClearUnreadMsg:output_type -> message.Response
|
|
24, // 32: message.Message.UserMsgList:output_type -> message.UserMsgListRes
|
|
24, // 32: message.Message.UserMsgList:output_type -> message.UserMsgListRes
|
|
- 32, // 33: message.Message.SendWxTmplSystemDefaultMsg:output_type -> message.SendMsgResponse
|
|
|
|
|
|
+ 31, // 33: message.Message.SendWxTmplMsg:output_type -> message.SendMsgResponse
|
|
29, // 34: message.Message.UserUnreadMsgList:output_type -> message.UserUnreadMsgListRes
|
|
29, // 34: message.Message.UserUnreadMsgList:output_type -> message.UserUnreadMsgListRes
|
|
25, // [25:35] is the sub-list for method output_type
|
|
25, // [25:35] is the sub-list for method output_type
|
|
15, // [15:25] is the sub-list for method input_type
|
|
15, // [15:25] is the sub-list for method input_type
|
|
@@ -3337,7 +3248,7 @@ func file_message_proto_init() {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
file_message_proto_msgTypes[30].Exporter = func(v interface{}, i int) interface{} {
|
|
file_message_proto_msgTypes[30].Exporter = func(v interface{}, i int) interface{} {
|
|
- switch v := v.(*JySchoolMsg); i {
|
|
|
|
|
|
+ switch v := v.(*WxTmplMsgRequest); i {
|
|
case 0:
|
|
case 0:
|
|
return &v.state
|
|
return &v.state
|
|
case 1:
|
|
case 1:
|
|
@@ -3349,18 +3260,6 @@ func file_message_proto_init() {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
file_message_proto_msgTypes[31].Exporter = func(v interface{}, i int) interface{} {
|
|
file_message_proto_msgTypes[31].Exporter = func(v interface{}, i int) interface{} {
|
|
- switch v := v.(*SystemDefaultMsg); i {
|
|
|
|
- case 0:
|
|
|
|
- return &v.state
|
|
|
|
- case 1:
|
|
|
|
- return &v.sizeCache
|
|
|
|
- case 2:
|
|
|
|
- return &v.unknownFields
|
|
|
|
- default:
|
|
|
|
- return nil
|
|
|
|
- }
|
|
|
|
- }
|
|
|
|
- file_message_proto_msgTypes[32].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
switch v := v.(*SendMsgResponse); i {
|
|
switch v := v.(*SendMsgResponse); i {
|
|
case 0:
|
|
case 0:
|
|
return &v.state
|
|
return &v.state
|
|
@@ -3379,7 +3278,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: 34,
|
|
|
|
|
|
+ NumMessages: 33,
|
|
NumExtensions: 0,
|
|
NumExtensions: 0,
|
|
NumServices: 1,
|
|
NumServices: 1,
|
|
},
|
|
},
|