|
@@ -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.27.1
|
|
|
|
-// protoc v3.20.0--rc2
|
|
|
|
|
|
+// protoc-gen-go v1.28.1
|
|
|
|
+// protoc v3.19.4
|
|
// source: bxsubscribe.proto
|
|
// source: bxsubscribe.proto
|
|
|
|
|
|
package bxsubscribe
|
|
package bxsubscribe
|
|
@@ -568,7 +568,6 @@ func (x *SubscribeInfo) GetSite() string {
|
|
return ""
|
|
return ""
|
|
}
|
|
}
|
|
|
|
|
|
-//
|
|
|
|
type SomeInfoReq struct {
|
|
type SomeInfoReq struct {
|
|
state protoimpl.MessageState
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
sizeCache protoimpl.SizeCache
|
|
@@ -822,7 +821,6 @@ func (x *SomeInfo) GetUserId() string {
|
|
return ""
|
|
return ""
|
|
}
|
|
}
|
|
|
|
|
|
-//
|
|
|
|
type StatusResp struct {
|
|
type StatusResp struct {
|
|
state protoimpl.MessageState
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
sizeCache protoimpl.SizeCache
|
|
@@ -1084,7 +1082,7 @@ func (x *UpdateSubScribeInfoReq) GetUserId() string {
|
|
return ""
|
|
return ""
|
|
}
|
|
}
|
|
|
|
|
|
-//城市
|
|
|
|
|
|
+// 城市
|
|
type CityList struct {
|
|
type CityList struct {
|
|
state protoimpl.MessageState
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
sizeCache protoimpl.SizeCache
|
|
@@ -1132,7 +1130,7 @@ func (x *CityList) GetCity() []string {
|
|
return nil
|
|
return nil
|
|
}
|
|
}
|
|
|
|
|
|
-//分类
|
|
|
|
|
|
+// 分类
|
|
type Items struct {
|
|
type Items struct {
|
|
state protoimpl.MessageState
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
sizeCache protoimpl.SizeCache
|
|
@@ -1196,7 +1194,7 @@ func (x *Items) GetAKey() []*Keys {
|
|
return nil
|
|
return nil
|
|
}
|
|
}
|
|
|
|
|
|
-//关键词
|
|
|
|
|
|
+// 关键词
|
|
type Keys struct {
|
|
type Keys struct {
|
|
state protoimpl.MessageState
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
sizeCache protoimpl.SizeCache
|
|
@@ -1339,7 +1337,7 @@ func (x *KeyItems) GetAKey() []*Key {
|
|
return nil
|
|
return nil
|
|
}
|
|
}
|
|
|
|
|
|
-//关键词
|
|
|
|
|
|
+// 关键词
|
|
type Key struct {
|
|
type Key struct {
|
|
state protoimpl.MessageState
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
sizeCache protoimpl.SizeCache
|
|
@@ -1657,6 +1655,85 @@ func (x *GetKeyReq) GetDeptId() string {
|
|
return ""
|
|
return ""
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+type GetDistributorReq struct {
|
|
|
|
+ state protoimpl.MessageState
|
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
|
+
|
|
|
|
+ AppId string `protobuf:"bytes,1,opt,name=appId,proto3" json:"appId,omitempty"`
|
|
|
|
+ EntId string `protobuf:"bytes,2,opt,name=entId,proto3" json:"entId,omitempty"`
|
|
|
|
+ EntUserId string `protobuf:"bytes,3,opt,name=entUserId,proto3" json:"entUserId,omitempty"`
|
|
|
|
+ Region string `protobuf:"bytes,4,opt,name=region,proto3" json:"region,omitempty"`
|
|
|
|
+ SelectIds string `protobuf:"bytes,5,opt,name=selectIds,proto3" json:"selectIds,omitempty"`
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *GetDistributorReq) Reset() {
|
|
|
|
+ *x = GetDistributorReq{}
|
|
|
|
+ if protoimpl.UnsafeEnabled {
|
|
|
|
+ mi := &file_bxsubscribe_proto_msgTypes[17]
|
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *GetDistributorReq) String() string {
|
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (*GetDistributorReq) ProtoMessage() {}
|
|
|
|
+
|
|
|
|
+func (x *GetDistributorReq) ProtoReflect() protoreflect.Message {
|
|
|
|
+ mi := &file_bxsubscribe_proto_msgTypes[17]
|
|
|
|
+ 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 GetDistributorReq.ProtoReflect.Descriptor instead.
|
|
|
|
+func (*GetDistributorReq) Descriptor() ([]byte, []int) {
|
|
|
|
+ return file_bxsubscribe_proto_rawDescGZIP(), []int{17}
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *GetDistributorReq) GetAppId() string {
|
|
|
|
+ if x != nil {
|
|
|
|
+ return x.AppId
|
|
|
|
+ }
|
|
|
|
+ return ""
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *GetDistributorReq) GetEntId() string {
|
|
|
|
+ if x != nil {
|
|
|
|
+ return x.EntId
|
|
|
|
+ }
|
|
|
|
+ return ""
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *GetDistributorReq) GetEntUserId() string {
|
|
|
|
+ if x != nil {
|
|
|
|
+ return x.EntUserId
|
|
|
|
+ }
|
|
|
|
+ return ""
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *GetDistributorReq) GetRegion() string {
|
|
|
|
+ if x != nil {
|
|
|
|
+ return x.Region
|
|
|
|
+ }
|
|
|
|
+ return ""
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *GetDistributorReq) GetSelectIds() string {
|
|
|
|
+ if x != nil {
|
|
|
|
+ return x.SelectIds
|
|
|
|
+ }
|
|
|
|
+ return ""
|
|
|
|
+}
|
|
|
|
+
|
|
type KeyResp struct {
|
|
type KeyResp struct {
|
|
state protoimpl.MessageState
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
sizeCache protoimpl.SizeCache
|
|
@@ -1670,7 +1747,7 @@ type KeyResp struct {
|
|
func (x *KeyResp) Reset() {
|
|
func (x *KeyResp) Reset() {
|
|
*x = KeyResp{}
|
|
*x = KeyResp{}
|
|
if protoimpl.UnsafeEnabled {
|
|
if protoimpl.UnsafeEnabled {
|
|
- mi := &file_bxsubscribe_proto_msgTypes[17]
|
|
|
|
|
|
+ mi := &file_bxsubscribe_proto_msgTypes[18]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
@@ -1683,7 +1760,7 @@ func (x *KeyResp) String() string {
|
|
func (*KeyResp) ProtoMessage() {}
|
|
func (*KeyResp) ProtoMessage() {}
|
|
|
|
|
|
func (x *KeyResp) ProtoReflect() protoreflect.Message {
|
|
func (x *KeyResp) ProtoReflect() protoreflect.Message {
|
|
- mi := &file_bxsubscribe_proto_msgTypes[17]
|
|
|
|
|
|
+ mi := &file_bxsubscribe_proto_msgTypes[18]
|
|
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 {
|
|
@@ -1696,7 +1773,7 @@ func (x *KeyResp) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
// Deprecated: Use KeyResp.ProtoReflect.Descriptor instead.
|
|
// Deprecated: Use KeyResp.ProtoReflect.Descriptor instead.
|
|
func (*KeyResp) Descriptor() ([]byte, []int) {
|
|
func (*KeyResp) Descriptor() ([]byte, []int) {
|
|
- return file_bxsubscribe_proto_rawDescGZIP(), []int{17}
|
|
|
|
|
|
+ return file_bxsubscribe_proto_rawDescGZIP(), []int{18}
|
|
}
|
|
}
|
|
|
|
|
|
func (x *KeyResp) GetErrCode() int64 {
|
|
func (x *KeyResp) GetErrCode() int64 {
|
|
@@ -1720,6 +1797,132 @@ func (x *KeyResp) GetItems() []*KeyItems {
|
|
return nil
|
|
return nil
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+type DistributorResp struct {
|
|
|
|
+ state protoimpl.MessageState
|
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
|
+
|
|
|
|
+ ErrCode int64 `protobuf:"varint,1,opt,name=err_code,json=errCode,proto3" json:"err_code,omitempty"`
|
|
|
|
+ ErrMsg string `protobuf:"bytes,2,opt,name=err_msg,json=errMsg,proto3" json:"err_msg,omitempty"`
|
|
|
|
+ Items []*UserResp `protobuf:"bytes,3,rep,name=items,proto3" json:"items,omitempty"` //分发人员
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *DistributorResp) Reset() {
|
|
|
|
+ *x = DistributorResp{}
|
|
|
|
+ if protoimpl.UnsafeEnabled {
|
|
|
|
+ mi := &file_bxsubscribe_proto_msgTypes[19]
|
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *DistributorResp) String() string {
|
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (*DistributorResp) ProtoMessage() {}
|
|
|
|
+
|
|
|
|
+func (x *DistributorResp) ProtoReflect() protoreflect.Message {
|
|
|
|
+ mi := &file_bxsubscribe_proto_msgTypes[19]
|
|
|
|
+ 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 DistributorResp.ProtoReflect.Descriptor instead.
|
|
|
|
+func (*DistributorResp) Descriptor() ([]byte, []int) {
|
|
|
|
+ return file_bxsubscribe_proto_rawDescGZIP(), []int{19}
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *DistributorResp) GetErrCode() int64 {
|
|
|
|
+ if x != nil {
|
|
|
|
+ return x.ErrCode
|
|
|
|
+ }
|
|
|
|
+ return 0
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *DistributorResp) GetErrMsg() string {
|
|
|
|
+ if x != nil {
|
|
|
|
+ return x.ErrMsg
|
|
|
|
+ }
|
|
|
|
+ return ""
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *DistributorResp) GetItems() []*UserResp {
|
|
|
|
+ if x != nil {
|
|
|
|
+ return x.Items
|
|
|
|
+ }
|
|
|
|
+ return nil
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+type UserResp struct {
|
|
|
|
+ state protoimpl.MessageState
|
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
|
+
|
|
|
|
+ Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
|
|
|
|
+ Id int64 `protobuf:"varint,2,opt,name=id,proto3" json:"id,omitempty"`
|
|
|
|
+ Phone string `protobuf:"bytes,3,opt,name=phone,proto3" json:"phone,omitempty"`
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *UserResp) Reset() {
|
|
|
|
+ *x = UserResp{}
|
|
|
|
+ if protoimpl.UnsafeEnabled {
|
|
|
|
+ mi := &file_bxsubscribe_proto_msgTypes[20]
|
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *UserResp) String() string {
|
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (*UserResp) ProtoMessage() {}
|
|
|
|
+
|
|
|
|
+func (x *UserResp) ProtoReflect() protoreflect.Message {
|
|
|
|
+ mi := &file_bxsubscribe_proto_msgTypes[20]
|
|
|
|
+ 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 UserResp.ProtoReflect.Descriptor instead.
|
|
|
|
+func (*UserResp) Descriptor() ([]byte, []int) {
|
|
|
|
+ return file_bxsubscribe_proto_rawDescGZIP(), []int{20}
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *UserResp) GetName() string {
|
|
|
|
+ if x != nil {
|
|
|
|
+ return x.Name
|
|
|
|
+ }
|
|
|
|
+ return ""
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *UserResp) GetId() int64 {
|
|
|
|
+ if x != nil {
|
|
|
|
+ return x.Id
|
|
|
|
+ }
|
|
|
|
+ return 0
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *UserResp) GetPhone() string {
|
|
|
|
+ if x != nil {
|
|
|
|
+ return x.Phone
|
|
|
|
+ }
|
|
|
|
+ return ""
|
|
|
|
+}
|
|
|
|
+
|
|
var File_bxsubscribe_proto protoreflect.FileDescriptor
|
|
var File_bxsubscribe_proto protoreflect.FileDescriptor
|
|
|
|
|
|
var file_bxsubscribe_proto_rawDesc = []byte{
|
|
var file_bxsubscribe_proto_rawDesc = []byte{
|
|
@@ -1958,14 +2161,35 @@ var file_bxsubscribe_proto_rawDesc = []byte{
|
|
0x6f, 0x75, 0x72, 0x63, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x75, 0x73, 0x65, 0x72, 0x50, 0x6f, 0x77,
|
|
0x6f, 0x75, 0x72, 0x63, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x75, 0x73, 0x65, 0x72, 0x50, 0x6f, 0x77,
|
|
0x65, 0x72, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x75, 0x73, 0x65, 0x72, 0x50, 0x6f,
|
|
0x65, 0x72, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x75, 0x73, 0x65, 0x72, 0x50, 0x6f,
|
|
0x77, 0x65, 0x72, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x65, 0x70, 0x74, 0x49, 0x64, 0x18, 0x0d, 0x20,
|
|
0x77, 0x65, 0x72, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x65, 0x70, 0x74, 0x49, 0x64, 0x18, 0x0d, 0x20,
|
|
- 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x65, 0x70, 0x74, 0x49, 0x64, 0x22, 0x6a, 0x0a, 0x07, 0x4b,
|
|
|
|
- 0x65, 0x79, 0x52, 0x65, 0x73, 0x70, 0x12, 0x19, 0x0a, 0x08, 0x65, 0x72, 0x72, 0x5f, 0x63, 0x6f,
|
|
|
|
- 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x07, 0x65, 0x72, 0x72, 0x43, 0x6f, 0x64,
|
|
|
|
- 0x65, 0x12, 0x17, 0x0a, 0x07, 0x65, 0x72, 0x72, 0x5f, 0x6d, 0x73, 0x67, 0x18, 0x02, 0x20, 0x01,
|
|
|
|
- 0x28, 0x09, 0x52, 0x06, 0x65, 0x72, 0x72, 0x4d, 0x73, 0x67, 0x12, 0x2b, 0x0a, 0x05, 0x69, 0x74,
|
|
|
|
- 0x65, 0x6d, 0x73, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x15, 0x2e, 0x62, 0x78, 0x73, 0x75,
|
|
|
|
- 0x62, 0x73, 0x63, 0x72, 0x69, 0x62, 0x65, 0x2e, 0x4b, 0x65, 0x79, 0x49, 0x74, 0x65, 0x6d, 0x73,
|
|
|
|
- 0x52, 0x05, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x32, 0xbe, 0x03, 0x0a, 0x0b, 0x42, 0x78, 0x73, 0x75,
|
|
|
|
|
|
+ 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x65, 0x70, 0x74, 0x49, 0x64, 0x22, 0x93, 0x01, 0x0a, 0x11,
|
|
|
|
+ 0x47, 0x65, 0x74, 0x44, 0x69, 0x73, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x6f, 0x72, 0x52, 0x65,
|
|
|
|
+ 0x71, 0x12, 0x14, 0x0a, 0x05, 0x61, 0x70, 0x70, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09,
|
|
|
|
+ 0x52, 0x05, 0x61, 0x70, 0x70, 0x49, 0x64, 0x12, 0x14, 0x0a, 0x05, 0x65, 0x6e, 0x74, 0x49, 0x64,
|
|
|
|
+ 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x65, 0x6e, 0x74, 0x49, 0x64, 0x12, 0x1c, 0x0a,
|
|
|
|
+ 0x09, 0x65, 0x6e, 0x74, 0x55, 0x73, 0x65, 0x72, 0x49, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09,
|
|
|
|
+ 0x52, 0x09, 0x65, 0x6e, 0x74, 0x55, 0x73, 0x65, 0x72, 0x49, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x72,
|
|
|
|
+ 0x65, 0x67, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x72, 0x65, 0x67,
|
|
|
|
+ 0x69, 0x6f, 0x6e, 0x12, 0x1c, 0x0a, 0x09, 0x73, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x49, 0x64, 0x73,
|
|
|
|
+ 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x73, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x49, 0x64,
|
|
|
|
+ 0x73, 0x22, 0x6a, 0x0a, 0x07, 0x4b, 0x65, 0x79, 0x52, 0x65, 0x73, 0x70, 0x12, 0x19, 0x0a, 0x08,
|
|
|
|
+ 0x65, 0x72, 0x72, 0x5f, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x07,
|
|
|
|
+ 0x65, 0x72, 0x72, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x17, 0x0a, 0x07, 0x65, 0x72, 0x72, 0x5f, 0x6d,
|
|
|
|
+ 0x73, 0x67, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x65, 0x72, 0x72, 0x4d, 0x73, 0x67,
|
|
|
|
+ 0x12, 0x2b, 0x0a, 0x05, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32,
|
|
|
|
+ 0x15, 0x2e, 0x62, 0x78, 0x73, 0x75, 0x62, 0x73, 0x63, 0x72, 0x69, 0x62, 0x65, 0x2e, 0x4b, 0x65,
|
|
|
|
+ 0x79, 0x49, 0x74, 0x65, 0x6d, 0x73, 0x52, 0x05, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x22, 0x72, 0x0a,
|
|
|
|
+ 0x0f, 0x44, 0x69, 0x73, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x6f, 0x72, 0x52, 0x65, 0x73, 0x70,
|
|
|
|
+ 0x12, 0x19, 0x0a, 0x08, 0x65, 0x72, 0x72, 0x5f, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01,
|
|
|
|
+ 0x28, 0x03, 0x52, 0x07, 0x65, 0x72, 0x72, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x17, 0x0a, 0x07, 0x65,
|
|
|
|
+ 0x72, 0x72, 0x5f, 0x6d, 0x73, 0x67, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x65, 0x72,
|
|
|
|
+ 0x72, 0x4d, 0x73, 0x67, 0x12, 0x2b, 0x0a, 0x05, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x18, 0x03, 0x20,
|
|
|
|
+ 0x03, 0x28, 0x0b, 0x32, 0x15, 0x2e, 0x62, 0x78, 0x73, 0x75, 0x62, 0x73, 0x63, 0x72, 0x69, 0x62,
|
|
|
|
+ 0x65, 0x2e, 0x75, 0x73, 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x52, 0x05, 0x69, 0x74, 0x65, 0x6d,
|
|
|
|
+ 0x73, 0x22, 0x44, 0x0a, 0x08, 0x75, 0x73, 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x12, 0x12, 0x0a,
|
|
|
|
+ 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d,
|
|
|
|
+ 0x65, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x02, 0x69,
|
|
|
|
+ 0x64, 0x12, 0x14, 0x0a, 0x05, 0x70, 0x68, 0x6f, 0x6e, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09,
|
|
|
|
+ 0x52, 0x05, 0x70, 0x68, 0x6f, 0x6e, 0x65, 0x32, 0x8e, 0x04, 0x0a, 0x0b, 0x42, 0x78, 0x73, 0x75,
|
|
0x62, 0x73, 0x63, 0x72, 0x69, 0x62, 0x65, 0x12, 0x4d, 0x0a, 0x0a, 0x47, 0x65, 0x74, 0x53, 0x75,
|
|
0x62, 0x73, 0x63, 0x72, 0x69, 0x62, 0x65, 0x12, 0x4d, 0x0a, 0x0a, 0x47, 0x65, 0x74, 0x53, 0x75,
|
|
0x62, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x1e, 0x2e, 0x62, 0x78, 0x73, 0x75, 0x62, 0x73, 0x63, 0x72,
|
|
0x62, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x1e, 0x2e, 0x62, 0x78, 0x73, 0x75, 0x62, 0x73, 0x63, 0x72,
|
|
0x69, 0x62, 0x65, 0x2e, 0x53, 0x75, 0x62, 0x73, 0x63, 0x72, 0x69, 0x62, 0x65, 0x49, 0x6e, 0x66,
|
|
0x69, 0x62, 0x65, 0x2e, 0x53, 0x75, 0x62, 0x73, 0x63, 0x72, 0x69, 0x62, 0x65, 0x49, 0x6e, 0x66,
|
|
@@ -1993,7 +2217,12 @@ var file_bxsubscribe_proto_rawDesc = []byte{
|
|
0x12, 0x36, 0x0a, 0x06, 0x47, 0x65, 0x74, 0x4b, 0x65, 0x79, 0x12, 0x16, 0x2e, 0x62, 0x78, 0x73,
|
|
0x12, 0x36, 0x0a, 0x06, 0x47, 0x65, 0x74, 0x4b, 0x65, 0x79, 0x12, 0x16, 0x2e, 0x62, 0x78, 0x73,
|
|
0x75, 0x62, 0x73, 0x63, 0x72, 0x69, 0x62, 0x65, 0x2e, 0x47, 0x65, 0x74, 0x4b, 0x65, 0x79, 0x52,
|
|
0x75, 0x62, 0x73, 0x63, 0x72, 0x69, 0x62, 0x65, 0x2e, 0x47, 0x65, 0x74, 0x4b, 0x65, 0x79, 0x52,
|
|
0x65, 0x71, 0x1a, 0x14, 0x2e, 0x62, 0x78, 0x73, 0x75, 0x62, 0x73, 0x63, 0x72, 0x69, 0x62, 0x65,
|
|
0x65, 0x71, 0x1a, 0x14, 0x2e, 0x62, 0x78, 0x73, 0x75, 0x62, 0x73, 0x63, 0x72, 0x69, 0x62, 0x65,
|
|
- 0x2e, 0x4b, 0x65, 0x79, 0x52, 0x65, 0x73, 0x70, 0x42, 0x0f, 0x5a, 0x0d, 0x2e, 0x2f, 0x62, 0x78,
|
|
|
|
|
|
+ 0x2e, 0x4b, 0x65, 0x79, 0x52, 0x65, 0x73, 0x70, 0x12, 0x4e, 0x0a, 0x0e, 0x47, 0x65, 0x74, 0x44,
|
|
|
|
+ 0x69, 0x73, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x6f, 0x72, 0x12, 0x1e, 0x2e, 0x62, 0x78, 0x73,
|
|
|
|
+ 0x75, 0x62, 0x73, 0x63, 0x72, 0x69, 0x62, 0x65, 0x2e, 0x47, 0x65, 0x74, 0x44, 0x69, 0x73, 0x74,
|
|
|
|
+ 0x72, 0x69, 0x62, 0x75, 0x74, 0x6f, 0x72, 0x52, 0x65, 0x71, 0x1a, 0x1c, 0x2e, 0x62, 0x78, 0x73,
|
|
|
|
+ 0x75, 0x62, 0x73, 0x63, 0x72, 0x69, 0x62, 0x65, 0x2e, 0x44, 0x69, 0x73, 0x74, 0x72, 0x69, 0x62,
|
|
|
|
+ 0x75, 0x74, 0x6f, 0x72, 0x52, 0x65, 0x73, 0x70, 0x42, 0x0f, 0x5a, 0x0d, 0x2e, 0x2f, 0x62, 0x78,
|
|
0x73, 0x75, 0x62, 0x73, 0x63, 0x72, 0x69, 0x62, 0x65, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f,
|
|
0x73, 0x75, 0x62, 0x73, 0x63, 0x72, 0x69, 0x62, 0x65, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f,
|
|
0x33,
|
|
0x33,
|
|
}
|
|
}
|
|
@@ -2010,7 +2239,7 @@ func file_bxsubscribe_proto_rawDescGZIP() []byte {
|
|
return file_bxsubscribe_proto_rawDescData
|
|
return file_bxsubscribe_proto_rawDescData
|
|
}
|
|
}
|
|
|
|
|
|
-var file_bxsubscribe_proto_msgTypes = make([]protoimpl.MessageInfo, 19)
|
|
|
|
|
|
+var file_bxsubscribe_proto_msgTypes = make([]protoimpl.MessageInfo, 22)
|
|
var file_bxsubscribe_proto_goTypes = []interface{}{
|
|
var file_bxsubscribe_proto_goTypes = []interface{}{
|
|
(*SubscribeInfosReq)(nil), // 0: bxsubscribe.SubscribeInfosReq
|
|
(*SubscribeInfosReq)(nil), // 0: bxsubscribe.SubscribeInfosReq
|
|
(*SubscribeInfosResp)(nil), // 1: bxsubscribe.SubscribeInfosResp
|
|
(*SubscribeInfosResp)(nil), // 1: bxsubscribe.SubscribeInfosResp
|
|
@@ -2029,36 +2258,42 @@ var file_bxsubscribe_proto_goTypes = []interface{}{
|
|
(*Key)(nil), // 14: bxsubscribe.Key
|
|
(*Key)(nil), // 14: bxsubscribe.Key
|
|
(*SetReadReq)(nil), // 15: bxsubscribe.SetReadReq
|
|
(*SetReadReq)(nil), // 15: bxsubscribe.SetReadReq
|
|
(*GetKeyReq)(nil), // 16: bxsubscribe.GetKeyReq
|
|
(*GetKeyReq)(nil), // 16: bxsubscribe.GetKeyReq
|
|
- (*KeyResp)(nil), // 17: bxsubscribe.KeyResp
|
|
|
|
- nil, // 18: bxsubscribe.UpdateSubScribeInfoReq.AreaEntry
|
|
|
|
|
|
+ (*GetDistributorReq)(nil), // 17: bxsubscribe.GetDistributorReq
|
|
|
|
+ (*KeyResp)(nil), // 18: bxsubscribe.KeyResp
|
|
|
|
+ (*DistributorResp)(nil), // 19: bxsubscribe.DistributorResp
|
|
|
|
+ (*UserResp)(nil), // 20: bxsubscribe.userResp
|
|
|
|
+ nil, // 21: bxsubscribe.UpdateSubScribeInfoReq.AreaEntry
|
|
}
|
|
}
|
|
var file_bxsubscribe_proto_depIdxs = []int32{
|
|
var file_bxsubscribe_proto_depIdxs = []int32{
|
|
2, // 0: bxsubscribe.SubscribeInfosResp.data:type_name -> bxsubscribe.subscribeData
|
|
2, // 0: bxsubscribe.SubscribeInfosResp.data:type_name -> bxsubscribe.subscribeData
|
|
3, // 1: bxsubscribe.subscribeData.list:type_name -> bxsubscribe.subscribeInfo
|
|
3, // 1: bxsubscribe.subscribeData.list:type_name -> bxsubscribe.subscribeInfo
|
|
6, // 2: bxsubscribe.SomeInfoResp.data:type_name -> bxsubscribe.SomeInfo
|
|
6, // 2: bxsubscribe.SomeInfoResp.data:type_name -> bxsubscribe.SomeInfo
|
|
- 18, // 3: bxsubscribe.UpdateSubScribeInfoReq.area:type_name -> bxsubscribe.UpdateSubScribeInfoReq.AreaEntry
|
|
|
|
|
|
+ 21, // 3: bxsubscribe.UpdateSubScribeInfoReq.area:type_name -> bxsubscribe.UpdateSubScribeInfoReq.AreaEntry
|
|
11, // 4: bxsubscribe.UpdateSubScribeInfoReq.items:type_name -> bxsubscribe.Items
|
|
11, // 4: bxsubscribe.UpdateSubScribeInfoReq.items:type_name -> bxsubscribe.Items
|
|
12, // 5: bxsubscribe.Items.a_key:type_name -> bxsubscribe.Keys
|
|
12, // 5: bxsubscribe.Items.a_key:type_name -> bxsubscribe.Keys
|
|
14, // 6: bxsubscribe.KeyItems.a_key:type_name -> bxsubscribe.Key
|
|
14, // 6: bxsubscribe.KeyItems.a_key:type_name -> bxsubscribe.Key
|
|
13, // 7: bxsubscribe.KeyResp.items:type_name -> bxsubscribe.KeyItems
|
|
13, // 7: bxsubscribe.KeyResp.items:type_name -> bxsubscribe.KeyItems
|
|
- 10, // 8: bxsubscribe.UpdateSubScribeInfoReq.AreaEntry.value:type_name -> bxsubscribe.CityList
|
|
|
|
- 0, // 9: bxsubscribe.Bxsubscribe.GetSubList:input_type -> bxsubscribe.SubscribeInfosReq
|
|
|
|
- 4, // 10: bxsubscribe.Bxsubscribe.GetSubSomeInfo:input_type -> bxsubscribe.SomeInfoReq
|
|
|
|
- 9, // 11: bxsubscribe.Bxsubscribe.UpdateSubScribeInfo:input_type -> bxsubscribe.UpdateSubScribeInfoReq
|
|
|
|
- 0, // 12: bxsubscribe.Bxsubscribe.ByPushHistory:input_type -> bxsubscribe.SubscribeInfosReq
|
|
|
|
- 15, // 13: bxsubscribe.Bxsubscribe.SetRead:input_type -> bxsubscribe.SetReadReq
|
|
|
|
- 16, // 14: bxsubscribe.Bxsubscribe.GetKey:input_type -> bxsubscribe.GetKeyReq
|
|
|
|
- 1, // 15: bxsubscribe.Bxsubscribe.GetSubList:output_type -> bxsubscribe.SubscribeInfosResp
|
|
|
|
- 5, // 16: bxsubscribe.Bxsubscribe.GetSubSomeInfo:output_type -> bxsubscribe.SomeInfoResp
|
|
|
|
- 7, // 17: bxsubscribe.Bxsubscribe.UpdateSubScribeInfo:output_type -> bxsubscribe.StatusResp
|
|
|
|
- 8, // 18: bxsubscribe.Bxsubscribe.ByPushHistory:output_type -> bxsubscribe.ByPushHistoryResp
|
|
|
|
- 7, // 19: bxsubscribe.Bxsubscribe.SetRead:output_type -> bxsubscribe.StatusResp
|
|
|
|
- 17, // 20: bxsubscribe.Bxsubscribe.GetKey:output_type -> bxsubscribe.KeyResp
|
|
|
|
- 15, // [15:21] is the sub-list for method output_type
|
|
|
|
- 9, // [9:15] is the sub-list for method input_type
|
|
|
|
- 9, // [9:9] is the sub-list for extension type_name
|
|
|
|
- 9, // [9:9] is the sub-list for extension extendee
|
|
|
|
- 0, // [0:9] is the sub-list for field type_name
|
|
|
|
|
|
+ 20, // 8: bxsubscribe.DistributorResp.items:type_name -> bxsubscribe.userResp
|
|
|
|
+ 10, // 9: bxsubscribe.UpdateSubScribeInfoReq.AreaEntry.value:type_name -> bxsubscribe.CityList
|
|
|
|
+ 0, // 10: bxsubscribe.Bxsubscribe.GetSubList:input_type -> bxsubscribe.SubscribeInfosReq
|
|
|
|
+ 4, // 11: bxsubscribe.Bxsubscribe.GetSubSomeInfo:input_type -> bxsubscribe.SomeInfoReq
|
|
|
|
+ 9, // 12: bxsubscribe.Bxsubscribe.UpdateSubScribeInfo:input_type -> bxsubscribe.UpdateSubScribeInfoReq
|
|
|
|
+ 0, // 13: bxsubscribe.Bxsubscribe.ByPushHistory:input_type -> bxsubscribe.SubscribeInfosReq
|
|
|
|
+ 15, // 14: bxsubscribe.Bxsubscribe.SetRead:input_type -> bxsubscribe.SetReadReq
|
|
|
|
+ 16, // 15: bxsubscribe.Bxsubscribe.GetKey:input_type -> bxsubscribe.GetKeyReq
|
|
|
|
+ 17, // 16: bxsubscribe.Bxsubscribe.GetDistributor:input_type -> bxsubscribe.GetDistributorReq
|
|
|
|
+ 1, // 17: bxsubscribe.Bxsubscribe.GetSubList:output_type -> bxsubscribe.SubscribeInfosResp
|
|
|
|
+ 5, // 18: bxsubscribe.Bxsubscribe.GetSubSomeInfo:output_type -> bxsubscribe.SomeInfoResp
|
|
|
|
+ 7, // 19: bxsubscribe.Bxsubscribe.UpdateSubScribeInfo:output_type -> bxsubscribe.StatusResp
|
|
|
|
+ 8, // 20: bxsubscribe.Bxsubscribe.ByPushHistory:output_type -> bxsubscribe.ByPushHistoryResp
|
|
|
|
+ 7, // 21: bxsubscribe.Bxsubscribe.SetRead:output_type -> bxsubscribe.StatusResp
|
|
|
|
+ 18, // 22: bxsubscribe.Bxsubscribe.GetKey:output_type -> bxsubscribe.KeyResp
|
|
|
|
+ 19, // 23: bxsubscribe.Bxsubscribe.GetDistributor:output_type -> bxsubscribe.DistributorResp
|
|
|
|
+ 17, // [17:24] is the sub-list for method output_type
|
|
|
|
+ 10, // [10:17] is the sub-list for method input_type
|
|
|
|
+ 10, // [10:10] is the sub-list for extension type_name
|
|
|
|
+ 10, // [10:10] is the sub-list for extension extendee
|
|
|
|
+ 0, // [0:10] is the sub-list for field type_name
|
|
}
|
|
}
|
|
|
|
|
|
func init() { file_bxsubscribe_proto_init() }
|
|
func init() { file_bxsubscribe_proto_init() }
|
|
@@ -2272,6 +2507,18 @@ func file_bxsubscribe_proto_init() {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
file_bxsubscribe_proto_msgTypes[17].Exporter = func(v interface{}, i int) interface{} {
|
|
file_bxsubscribe_proto_msgTypes[17].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
+ switch v := v.(*GetDistributorReq); i {
|
|
|
|
+ case 0:
|
|
|
|
+ return &v.state
|
|
|
|
+ case 1:
|
|
|
|
+ return &v.sizeCache
|
|
|
|
+ case 2:
|
|
|
|
+ return &v.unknownFields
|
|
|
|
+ default:
|
|
|
|
+ return nil
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ file_bxsubscribe_proto_msgTypes[18].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*KeyResp); i {
|
|
switch v := v.(*KeyResp); i {
|
|
case 0:
|
|
case 0:
|
|
return &v.state
|
|
return &v.state
|
|
@@ -2283,6 +2530,30 @@ func file_bxsubscribe_proto_init() {
|
|
return nil
|
|
return nil
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+ file_bxsubscribe_proto_msgTypes[19].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
+ switch v := v.(*DistributorResp); i {
|
|
|
|
+ case 0:
|
|
|
|
+ return &v.state
|
|
|
|
+ case 1:
|
|
|
|
+ return &v.sizeCache
|
|
|
|
+ case 2:
|
|
|
|
+ return &v.unknownFields
|
|
|
|
+ default:
|
|
|
|
+ return nil
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ file_bxsubscribe_proto_msgTypes[20].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
+ switch v := v.(*UserResp); 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{
|
|
@@ -2290,7 +2561,7 @@ func file_bxsubscribe_proto_init() {
|
|
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
|
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
|
RawDescriptor: file_bxsubscribe_proto_rawDesc,
|
|
RawDescriptor: file_bxsubscribe_proto_rawDesc,
|
|
NumEnums: 0,
|
|
NumEnums: 0,
|
|
- NumMessages: 19,
|
|
|
|
|
|
+ NumMessages: 22,
|
|
NumExtensions: 0,
|
|
NumExtensions: 0,
|
|
NumServices: 1,
|
|
NumServices: 1,
|
|
},
|
|
},
|