|
@@ -1,7 +1,7 @@
|
|
|
// Code generated by protoc-gen-go. DO NOT EDIT.
|
|
|
// versions:
|
|
|
-// protoc-gen-go v1.28.0
|
|
|
-// protoc v3.15.5
|
|
|
+// protoc-gen-go v1.30.0
|
|
|
+// protoc v3.21.12
|
|
|
// source: powerCheck.proto
|
|
|
|
|
|
package pb
|
|
@@ -20,7 +20,7 @@ const (
|
|
|
_ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
|
|
|
)
|
|
|
|
|
|
-//公共返回 status
|
|
|
+// 公共返回 status
|
|
|
type PowerCheckResp struct {
|
|
|
state protoimpl.MessageState
|
|
|
sizeCache protoimpl.SizeCache
|
|
@@ -274,7 +274,7 @@ func (x *CheckResp) GetFree() *Free {
|
|
|
return nil
|
|
|
}
|
|
|
|
|
|
-//超级订阅相关
|
|
|
+// 超级订阅相关
|
|
|
type Vip struct {
|
|
|
state protoimpl.MessageState
|
|
|
sizeCache protoimpl.SizeCache
|
|
@@ -418,7 +418,7 @@ func (x *Vip) GetOriginal() int64 {
|
|
|
return 0
|
|
|
}
|
|
|
|
|
|
-//大会员相关
|
|
|
+// 大会员相关
|
|
|
type Member struct {
|
|
|
state protoimpl.MessageState
|
|
|
sizeCache protoimpl.SizeCache
|
|
@@ -602,7 +602,7 @@ func (x *Member) GetOriginal() int64 {
|
|
|
return 0
|
|
|
}
|
|
|
|
|
|
-//商机管理相关
|
|
|
+// 商机管理相关
|
|
|
type Entniche struct {
|
|
|
state protoimpl.MessageState
|
|
|
sizeCache protoimpl.SizeCache
|
|
@@ -714,7 +714,7 @@ func (x *Entniche) GetOriginal() int64 {
|
|
|
return 0
|
|
|
}
|
|
|
|
|
|
-//企业相关
|
|
|
+// 企业相关
|
|
|
type Ent struct {
|
|
|
state protoimpl.MessageState
|
|
|
sizeCache protoimpl.SizeCache
|
|
@@ -842,7 +842,7 @@ func (x *Ent) GetBuyMember() int64 {
|
|
|
return 0
|
|
|
}
|
|
|
|
|
|
-//免费权益相关
|
|
|
+// 免费权益相关
|
|
|
type Free struct {
|
|
|
state protoimpl.MessageState
|
|
|
sizeCache protoimpl.SizeCache
|
|
@@ -863,6 +863,9 @@ type Free struct {
|
|
|
Apppushunread int64 `protobuf:"varint,13,opt,name=apppushunread,proto3" json:"apppushunread,omitempty"` //已读未读
|
|
|
OjyLength int64 `protobuf:"varint,14,opt,name=ojyLength,proto3" json:"ojyLength,omitempty"` //ojy的长度
|
|
|
Original int64 `protobuf:"varint,15,opt,name=original,proto3" json:"original,omitempty"` //免费用户查看原文次数/每月
|
|
|
+ PpStatus int64 `protobuf:"varint,16,opt,name=ppStatus,proto3" json:"ppStatus,omitempty"` //免费用户查看原文次数/每月
|
|
|
+ PpStartTime int64 `protobuf:"varint,17,opt,name=ppStartTime,proto3" json:"ppStartTime,omitempty"` //免费用户查看原文次数/每月
|
|
|
+ PpEndTime int64 `protobuf:"varint,18,opt,name=ppEndTime,proto3" json:"ppEndTime,omitempty"` //免费用户查看原文次数/每月
|
|
|
}
|
|
|
|
|
|
func (x *Free) Reset() {
|
|
@@ -1002,6 +1005,27 @@ func (x *Free) GetOriginal() int64 {
|
|
|
return 0
|
|
|
}
|
|
|
|
|
|
+func (x *Free) GetPpStatus() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.PpStatus
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *Free) GetPpStartTime() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.PpStartTime
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *Free) GetPpEndTime() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.PpEndTime
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
var File_powerCheck_proto protoreflect.FileDescriptor
|
|
|
|
|
|
var file_powerCheck_proto_rawDesc = []byte{
|
|
@@ -1136,7 +1160,7 @@ var file_powerCheck_proto_rawDesc = []byte{
|
|
|
0x0a, 0x06, 0x62, 0x75, 0x79, 0x56, 0x69, 0x70, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06,
|
|
|
0x62, 0x75, 0x79, 0x56, 0x69, 0x70, 0x12, 0x1c, 0x0a, 0x09, 0x62, 0x75, 0x79, 0x4d, 0x65, 0x6d,
|
|
|
0x62, 0x65, 0x72, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x62, 0x75, 0x79, 0x4d, 0x65,
|
|
|
- 0x6d, 0x62, 0x65, 0x72, 0x22, 0xee, 0x03, 0x0a, 0x04, 0x46, 0x72, 0x65, 0x65, 0x12, 0x16, 0x0a,
|
|
|
+ 0x6d, 0x62, 0x65, 0x72, 0x22, 0xca, 0x04, 0x0a, 0x04, 0x46, 0x72, 0x65, 0x65, 0x12, 0x16, 0x0a,
|
|
|
0x06, 0x69, 0x73, 0x46, 0x72, 0x65, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x06, 0x69,
|
|
|
0x73, 0x46, 0x72, 0x65, 0x65, 0x12, 0x1e, 0x0a, 0x0a, 0x66, 0x72, 0x65, 0x65, 0x48, 0x61, 0x73,
|
|
|
0x4b, 0x65, 0x79, 0x18, 0x02, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0a, 0x66, 0x72, 0x65, 0x65, 0x48,
|
|
@@ -1167,13 +1191,19 @@ var file_powerCheck_proto_rawDesc = []byte{
|
|
|
0x6a, 0x79, 0x4c, 0x65, 0x6e, 0x67, 0x74, 0x68, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09,
|
|
|
0x6f, 0x6a, 0x79, 0x4c, 0x65, 0x6e, 0x67, 0x74, 0x68, 0x12, 0x1a, 0x0a, 0x08, 0x6f, 0x72, 0x69,
|
|
|
0x67, 0x69, 0x6e, 0x61, 0x6c, 0x18, 0x0f, 0x20, 0x01, 0x28, 0x03, 0x52, 0x08, 0x6f, 0x72, 0x69,
|
|
|
- 0x67, 0x69, 0x6e, 0x61, 0x6c, 0x32, 0x59, 0x0a, 0x0a, 0x70, 0x6f, 0x77, 0x65, 0x72, 0x43, 0x68,
|
|
|
- 0x65, 0x63, 0x6b, 0x12, 0x1e, 0x0a, 0x05, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x12, 0x09, 0x2e, 0x43,
|
|
|
- 0x68, 0x65, 0x63, 0x6b, 0x52, 0x65, 0x71, 0x1a, 0x0a, 0x2e, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x52,
|
|
|
- 0x65, 0x73, 0x70, 0x12, 0x2b, 0x0a, 0x0d, 0x44, 0x65, 0x6c, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x52,
|
|
|
- 0x65, 0x64, 0x69, 0x73, 0x12, 0x09, 0x2e, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x52, 0x65, 0x71, 0x1a,
|
|
|
- 0x0f, 0x2e, 0x50, 0x6f, 0x77, 0x65, 0x72, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x52, 0x65, 0x73, 0x70,
|
|
|
- 0x42, 0x06, 0x5a, 0x04, 0x2e, 0x2f, 0x70, 0x62, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
|
|
|
+ 0x67, 0x69, 0x6e, 0x61, 0x6c, 0x12, 0x1a, 0x0a, 0x08, 0x70, 0x70, 0x53, 0x74, 0x61, 0x74, 0x75,
|
|
|
+ 0x73, 0x18, 0x10, 0x20, 0x01, 0x28, 0x03, 0x52, 0x08, 0x70, 0x70, 0x53, 0x74, 0x61, 0x74, 0x75,
|
|
|
+ 0x73, 0x12, 0x20, 0x0a, 0x0b, 0x70, 0x70, 0x53, 0x74, 0x61, 0x72, 0x74, 0x54, 0x69, 0x6d, 0x65,
|
|
|
+ 0x18, 0x11, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0b, 0x70, 0x70, 0x53, 0x74, 0x61, 0x72, 0x74, 0x54,
|
|
|
+ 0x69, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x70, 0x70, 0x45, 0x6e, 0x64, 0x54, 0x69, 0x6d, 0x65,
|
|
|
+ 0x18, 0x12, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x70, 0x70, 0x45, 0x6e, 0x64, 0x54, 0x69, 0x6d,
|
|
|
+ 0x65, 0x32, 0x59, 0x0a, 0x0a, 0x70, 0x6f, 0x77, 0x65, 0x72, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x12,
|
|
|
+ 0x1e, 0x0a, 0x05, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x12, 0x09, 0x2e, 0x43, 0x68, 0x65, 0x63, 0x6b,
|
|
|
+ 0x52, 0x65, 0x71, 0x1a, 0x0a, 0x2e, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x52, 0x65, 0x73, 0x70, 0x12,
|
|
|
+ 0x2b, 0x0a, 0x0d, 0x44, 0x65, 0x6c, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x52, 0x65, 0x64, 0x69, 0x73,
|
|
|
+ 0x12, 0x09, 0x2e, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x52, 0x65, 0x71, 0x1a, 0x0f, 0x2e, 0x50, 0x6f,
|
|
|
+ 0x77, 0x65, 0x72, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x52, 0x65, 0x73, 0x70, 0x42, 0x06, 0x5a, 0x04,
|
|
|
+ 0x2e, 0x2f, 0x70, 0x62, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
|
|
|
}
|
|
|
|
|
|
var (
|