|
@@ -368,7 +368,7 @@ type SubscribeInfo struct {
|
|
Buyer string `protobuf:"bytes,16,opt,name=buyer,proto3" json:"buyer,omitempty"`
|
|
Buyer string `protobuf:"bytes,16,opt,name=buyer,proto3" json:"buyer,omitempty"`
|
|
ProjectName string `protobuf:"bytes,17,opt,name=projectName,proto3" json:"projectName,omitempty"`
|
|
ProjectName string `protobuf:"bytes,17,opt,name=projectName,proto3" json:"projectName,omitempty"`
|
|
Winner string `protobuf:"bytes,18,opt,name=winner,proto3" json:"winner,omitempty"`
|
|
Winner string `protobuf:"bytes,18,opt,name=winner,proto3" json:"winner,omitempty"`
|
|
- BidOpenTime string `protobuf:"bytes,19,opt,name=bidOpenTime,proto3" json:"bidOpenTime,omitempty"`
|
|
|
|
|
|
+ BidOpenTime int64 `protobuf:"varint,19,opt,name=bidOpenTime,proto3" json:"bidOpenTime,omitempty"`
|
|
CaIsvip int64 `protobuf:"varint,20,opt,name=ca_isvip,json=caIsvip,proto3" json:"ca_isvip,omitempty"`
|
|
CaIsvip int64 `protobuf:"varint,20,opt,name=ca_isvip,json=caIsvip,proto3" json:"ca_isvip,omitempty"`
|
|
CaFileExists bool `protobuf:"varint,21,opt,name=ca_fileExists,json=caFileExists,proto3" json:"ca_fileExists,omitempty"`
|
|
CaFileExists bool `protobuf:"varint,21,opt,name=ca_fileExists,json=caFileExists,proto3" json:"ca_fileExists,omitempty"`
|
|
}
|
|
}
|
|
@@ -531,11 +531,11 @@ func (x *SubscribeInfo) GetWinner() string {
|
|
return ""
|
|
return ""
|
|
}
|
|
}
|
|
|
|
|
|
-func (x *SubscribeInfo) GetBidOpenTime() string {
|
|
|
|
|
|
+func (x *SubscribeInfo) GetBidOpenTime() int64 {
|
|
if x != nil {
|
|
if x != nil {
|
|
return x.BidOpenTime
|
|
return x.BidOpenTime
|
|
}
|
|
}
|
|
- return ""
|
|
|
|
|
|
+ return 0
|
|
}
|
|
}
|
|
|
|
|
|
func (x *SubscribeInfo) GetCaIsvip() int64 {
|
|
func (x *SubscribeInfo) GetCaIsvip() int64 {
|
|
@@ -1442,7 +1442,7 @@ var file_bxsubscribe_proto_rawDesc = []byte{
|
|
0x4e, 0x61, 0x6d, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x77, 0x69, 0x6e, 0x6e, 0x65, 0x72, 0x18, 0x12,
|
|
0x4e, 0x61, 0x6d, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x77, 0x69, 0x6e, 0x6e, 0x65, 0x72, 0x18, 0x12,
|
|
0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x77, 0x69, 0x6e, 0x6e, 0x65, 0x72, 0x12, 0x20, 0x0a, 0x0b,
|
|
0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x77, 0x69, 0x6e, 0x6e, 0x65, 0x72, 0x12, 0x20, 0x0a, 0x0b,
|
|
0x62, 0x69, 0x64, 0x4f, 0x70, 0x65, 0x6e, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x13, 0x20, 0x01, 0x28,
|
|
0x62, 0x69, 0x64, 0x4f, 0x70, 0x65, 0x6e, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x13, 0x20, 0x01, 0x28,
|
|
- 0x09, 0x52, 0x0b, 0x62, 0x69, 0x64, 0x4f, 0x70, 0x65, 0x6e, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x19,
|
|
|
|
|
|
+ 0x03, 0x52, 0x0b, 0x62, 0x69, 0x64, 0x4f, 0x70, 0x65, 0x6e, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x19,
|
|
0x0a, 0x08, 0x63, 0x61, 0x5f, 0x69, 0x73, 0x76, 0x69, 0x70, 0x18, 0x14, 0x20, 0x01, 0x28, 0x03,
|
|
0x0a, 0x08, 0x63, 0x61, 0x5f, 0x69, 0x73, 0x76, 0x69, 0x70, 0x18, 0x14, 0x20, 0x01, 0x28, 0x03,
|
|
0x52, 0x07, 0x63, 0x61, 0x49, 0x73, 0x76, 0x69, 0x70, 0x12, 0x23, 0x0a, 0x0d, 0x63, 0x61, 0x5f,
|
|
0x52, 0x07, 0x63, 0x61, 0x49, 0x73, 0x76, 0x69, 0x70, 0x12, 0x23, 0x0a, 0x0d, 0x63, 0x61, 0x5f,
|
|
0x66, 0x69, 0x6c, 0x65, 0x45, 0x78, 0x69, 0x73, 0x74, 0x73, 0x18, 0x15, 0x20, 0x01, 0x28, 0x08,
|
|
0x66, 0x69, 0x6c, 0x65, 0x45, 0x78, 0x69, 0x73, 0x74, 0x73, 0x18, 0x15, 0x20, 0x01, 0x28, 0x08,
|