|
@@ -1,13 +1,12 @@
|
|
|
// Code generated by protoc-gen-go. DO NOT EDIT.
|
|
|
// versions:
|
|
|
-// protoc-gen-go v1.23.0
|
|
|
-// protoc v3.15.5
|
|
|
+// protoc-gen-go v1.28.0
|
|
|
+// protoc v3.19.4
|
|
|
// source: bxbuyer.proto
|
|
|
|
|
|
package bxbuyer
|
|
|
|
|
|
import (
|
|
|
- proto "github.com/golang/protobuf/proto"
|
|
|
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
|
|
|
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
|
|
|
reflect "reflect"
|
|
@@ -21,33 +20,28 @@ const (
|
|
|
_ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
|
|
|
)
|
|
|
|
|
|
-// This is a compile-time assertion that a sufficiently up-to-date version
|
|
|
-// of the legacy proto package is being used.
|
|
|
-const _ = proto.ProtoPackageIsVersion4
|
|
|
-
|
|
|
type BuyerListReq struct {
|
|
|
state protoimpl.MessageState
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
|
|
- AppId string `protobuf:"bytes,1,opt,name=appId,proto3" json:"appId,omitempty"` //剑鱼默认10000
|
|
|
- PageNum int64 `protobuf:"varint,2,opt,name=pageNum,proto3" json:"pageNum,omitempty"` //当前页码
|
|
|
- PageSize int64 `protobuf:"varint,3,opt,name=pageSize,proto3" json:"pageSize,omitempty"` //每页数量
|
|
|
- BuyerName string `protobuf:"bytes,4,opt,name=buyerName,proto3" json:"buyerName,omitempty"` //采购单位名称
|
|
|
- Province []string `protobuf:"bytes,5,rep,name=province,proto3" json:"province,omitempty"` //省份
|
|
|
- City []string `protobuf:"bytes,6,rep,name=city,proto3" json:"city,omitempty"` //城市
|
|
|
- BusinessScope string `protobuf:"bytes,7,opt,name=businessScope,proto3" json:"businessScope,omitempty"` //关键词 附加词 排除词
|
|
|
- SortRule int64 `protobuf:"varint,8,opt,name=sortRule,proto3" json:"sortRule,omitempty"` //排序规则
|
|
|
- IsCheckFollow bool `protobuf:"varint,9,opt,name=isCheckFollow,proto3" json:"isCheckFollow,omitempty"` //是否查询关注信息(商机管理用户)
|
|
|
- IsCheckReceive bool `protobuf:"varint,10,opt,name=isCheckReceive,proto3" json:"isCheckReceive,omitempty"` //是否查询已领取(商机管理用户)
|
|
|
- Industry []string `protobuf:"bytes,11,rep,name=industry,proto3" json:"industry,omitempty"` //行业
|
|
|
- BuyerClass []string `protobuf:"bytes,12,rep,name=buyerClass,proto3" json:"buyerClass,omitempty"` //采购单位类型
|
|
|
- UserId string `protobuf:"bytes,13,opt,name=userId,proto3" json:"userId,omitempty"`
|
|
|
- UserType string `protobuf:"bytes,14,opt,name=userType,proto3" json:"userType,omitempty"` //用户状态 fType:免费用户 pType:付费用户 vType:超级订阅用户 mType:大会员用户 eType:商机管理用户
|
|
|
- Platform string `protobuf:"bytes,15,opt,name=platform,proto3" json:"platform,omitempty"` //请求平台
|
|
|
- EntId string `protobuf:"bytes,16,opt,name=entId,proto3" json:"entId,omitempty"` //企业id
|
|
|
- EntUserId string `protobuf:"bytes,17,opt,name=entUserId,proto3" json:"entUserId,omitempty"` //商机管理用户id
|
|
|
- Customer []string `protobuf:"bytes,18,rep,name=customer,proto3" json:"customer,omitempty"` //历史客户
|
|
|
+ AppId string `protobuf:"bytes,1,opt,name=appId,proto3" json:"appId,omitempty"` //剑鱼默认10000
|
|
|
+ PageNum int64 `protobuf:"varint,2,opt,name=pageNum,proto3" json:"pageNum,omitempty"` //当前页码
|
|
|
+ PageSize int64 `protobuf:"varint,3,opt,name=pageSize,proto3" json:"pageSize,omitempty"` //每页数量
|
|
|
+ BuyerName string `protobuf:"bytes,4,opt,name=buyerName,proto3" json:"buyerName,omitempty"` //采购单位名称
|
|
|
+ Province []string `protobuf:"bytes,5,rep,name=province,proto3" json:"province,omitempty"` //省份
|
|
|
+ City []string `protobuf:"bytes,6,rep,name=city,proto3" json:"city,omitempty"` //城市
|
|
|
+ SortRule int64 `protobuf:"varint,7,opt,name=sortRule,proto3" json:"sortRule,omitempty"` //排序规则
|
|
|
+ IsCheckFollow bool `protobuf:"varint,8,opt,name=isCheckFollow,proto3" json:"isCheckFollow,omitempty"` //是否查询关注信息(商机管理用户)
|
|
|
+ IsCheckReceive bool `protobuf:"varint,9,opt,name=isCheckReceive,proto3" json:"isCheckReceive,omitempty"` //是否查询已领取(商机管理用户)
|
|
|
+ BuyerClass []string `protobuf:"bytes,10,rep,name=buyerClass,proto3" json:"buyerClass,omitempty"` //采购单位类型
|
|
|
+ UserId string `protobuf:"bytes,11,opt,name=userId,proto3" json:"userId,omitempty"`
|
|
|
+ UserType string `protobuf:"bytes,12,opt,name=userType,proto3" json:"userType,omitempty"` //用户状态 fType:免费用户 pType:付费用户 vType:超级订阅用户 mType:大会员用户 eType:商机管理用户
|
|
|
+ Platform string `protobuf:"bytes,13,opt,name=platform,proto3" json:"platform,omitempty"` //请求平台
|
|
|
+ EntId string `protobuf:"bytes,14,opt,name=entId,proto3" json:"entId,omitempty"` //企业id
|
|
|
+ EntUserId string `protobuf:"bytes,15,opt,name=entUserId,proto3" json:"entUserId,omitempty"` //商机管理用户id
|
|
|
+ PageSource string `protobuf:"bytes,16,opt,name=pageSource,proto3" json:"pageSource,omitempty"` // 来源 search-搜索 index-首页
|
|
|
+ IsContact int64 `protobuf:"varint,17,opt,name=isContact,proto3" json:"isContact,omitempty"` // 是否有联系人:0-全部; 1-有 ;2-无
|
|
|
}
|
|
|
|
|
|
func (x *BuyerListReq) Reset() {
|
|
@@ -124,13 +118,6 @@ func (x *BuyerListReq) GetCity() []string {
|
|
|
return nil
|
|
|
}
|
|
|
|
|
|
-func (x *BuyerListReq) GetBusinessScope() string {
|
|
|
- if x != nil {
|
|
|
- return x.BusinessScope
|
|
|
- }
|
|
|
- return ""
|
|
|
-}
|
|
|
-
|
|
|
func (x *BuyerListReq) GetSortRule() int64 {
|
|
|
if x != nil {
|
|
|
return x.SortRule
|
|
@@ -152,13 +139,6 @@ func (x *BuyerListReq) GetIsCheckReceive() bool {
|
|
|
return false
|
|
|
}
|
|
|
|
|
|
-func (x *BuyerListReq) GetIndustry() []string {
|
|
|
- if x != nil {
|
|
|
- return x.Industry
|
|
|
- }
|
|
|
- return nil
|
|
|
-}
|
|
|
-
|
|
|
func (x *BuyerListReq) GetBuyerClass() []string {
|
|
|
if x != nil {
|
|
|
return x.BuyerClass
|
|
@@ -201,11 +181,18 @@ func (x *BuyerListReq) GetEntUserId() string {
|
|
|
return ""
|
|
|
}
|
|
|
|
|
|
-func (x *BuyerListReq) GetCustomer() []string {
|
|
|
+func (x *BuyerListReq) GetPageSource() string {
|
|
|
if x != nil {
|
|
|
- return x.Customer
|
|
|
+ return x.PageSource
|
|
|
}
|
|
|
- return nil
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *BuyerListReq) GetIsContact() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.IsContact
|
|
|
+ }
|
|
|
+ return 0
|
|
|
}
|
|
|
|
|
|
type BuyerListResp struct {
|
|
@@ -331,14 +318,17 @@ type BuyerList struct {
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
|
|
- Buyer string `protobuf:"bytes,1,opt,name=buyer,proto3" json:"buyer,omitempty"` //采购单位名称
|
|
|
- Budget float64 `protobuf:"fixed64,2,opt,name=budget,proto3" json:"budget,omitempty"` //预算
|
|
|
- Province string `protobuf:"bytes,3,opt,name=province,proto3" json:"province,omitempty"` //省份
|
|
|
- City string `protobuf:"bytes,4,opt,name=city,proto3" json:"city,omitempty"` //城市
|
|
|
- PCount int64 `protobuf:"varint,5,opt,name=pCount,proto3" json:"pCount,omitempty"` //项目数量
|
|
|
- IsFollowed bool `protobuf:"varint,6,opt,name=isFollowed,proto3" json:"isFollowed,omitempty"` //是否关注
|
|
|
- IsReceived bool `protobuf:"varint,7,opt,name=isReceived,proto3" json:"isReceived,omitempty"` //是否已领取
|
|
|
- RecId string `protobuf:"bytes,8,opt,name=recId,proto3" json:"recId,omitempty"` //领取id
|
|
|
+ Buyer string `protobuf:"bytes,1,opt,name=buyer,proto3" json:"buyer,omitempty"` //采购单位名称
|
|
|
+ Province string `protobuf:"bytes,2,opt,name=province,proto3" json:"province,omitempty"` //省份
|
|
|
+ City string `protobuf:"bytes,3,opt,name=city,proto3" json:"city,omitempty"` //城市
|
|
|
+ IsFollowed bool `protobuf:"varint,4,opt,name=isFollowed,proto3" json:"isFollowed,omitempty"` //是否关注
|
|
|
+ IsReceived bool `protobuf:"varint,5,opt,name=isReceived,proto3" json:"isReceived,omitempty"` //是否已领取
|
|
|
+ RecId string `protobuf:"bytes,6,opt,name=recId,proto3" json:"recId,omitempty"` //领取id
|
|
|
+ BuyerClass string `protobuf:"bytes,7,opt,name=buyerClass,proto3" json:"buyerClass,omitempty"` // 采购单位类型
|
|
|
+ BiddingCount int64 `protobuf:"varint,8,opt,name=biddingCount,proto3" json:"biddingCount,omitempty"` // 招标动态数量
|
|
|
+ ContactCount int64 `protobuf:"varint,9,opt,name=contactCount,proto3" json:"contactCount,omitempty"` // 历史联系人数量
|
|
|
+ ProjectCount int64 `protobuf:"varint,10,opt,name=projectCount,proto3" json:"projectCount,omitempty"` // 采购项目数量
|
|
|
+ BidAmountCount float32 `protobuf:"fixed32,11,opt,name=bidAmountCount,proto3" json:"bidAmountCount,omitempty"` // 采购规模
|
|
|
}
|
|
|
|
|
|
func (x *BuyerList) Reset() {
|
|
@@ -380,13 +370,6 @@ func (x *BuyerList) GetBuyer() string {
|
|
|
return ""
|
|
|
}
|
|
|
|
|
|
-func (x *BuyerList) GetBudget() float64 {
|
|
|
- if x != nil {
|
|
|
- return x.Budget
|
|
|
- }
|
|
|
- return 0
|
|
|
-}
|
|
|
-
|
|
|
func (x *BuyerList) GetProvince() string {
|
|
|
if x != nil {
|
|
|
return x.Province
|
|
@@ -401,13 +384,6 @@ func (x *BuyerList) GetCity() string {
|
|
|
return ""
|
|
|
}
|
|
|
|
|
|
-func (x *BuyerList) GetPCount() int64 {
|
|
|
- if x != nil {
|
|
|
- return x.PCount
|
|
|
- }
|
|
|
- return 0
|
|
|
-}
|
|
|
-
|
|
|
func (x *BuyerList) GetIsFollowed() bool {
|
|
|
if x != nil {
|
|
|
return x.IsFollowed
|
|
@@ -429,11 +405,46 @@ func (x *BuyerList) GetRecId() string {
|
|
|
return ""
|
|
|
}
|
|
|
|
|
|
+func (x *BuyerList) GetBuyerClass() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.BuyerClass
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *BuyerList) GetBiddingCount() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.BiddingCount
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *BuyerList) GetContactCount() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.ContactCount
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *BuyerList) GetProjectCount() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.ProjectCount
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *BuyerList) GetBidAmountCount() float32 {
|
|
|
+ if x != nil {
|
|
|
+ return x.BidAmountCount
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
var File_bxbuyer_proto protoreflect.FileDescriptor
|
|
|
|
|
|
var file_bxbuyer_proto_rawDesc = []byte{
|
|
|
0x0a, 0x0d, 0x62, 0x78, 0x62, 0x75, 0x79, 0x65, 0x72, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12,
|
|
|
- 0x07, 0x62, 0x78, 0x62, 0x75, 0x79, 0x65, 0x72, 0x22, 0x94, 0x04, 0x0a, 0x0c, 0x42, 0x75, 0x79,
|
|
|
+ 0x07, 0x62, 0x78, 0x62, 0x75, 0x79, 0x65, 0x72, 0x22, 0xf4, 0x03, 0x0a, 0x0c, 0x42, 0x75, 0x79,
|
|
|
0x65, 0x72, 0x4c, 0x69, 0x73, 0x74, 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,
|
|
|
0x18, 0x0a, 0x07, 0x70, 0x61, 0x67, 0x65, 0x4e, 0x75, 0x6d, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03,
|
|
@@ -444,29 +455,27 @@ var file_bxbuyer_proto_rawDesc = []byte{
|
|
|
0x61, 0x6d, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x70, 0x72, 0x6f, 0x76, 0x69, 0x6e, 0x63, 0x65, 0x18,
|
|
|
0x05, 0x20, 0x03, 0x28, 0x09, 0x52, 0x08, 0x70, 0x72, 0x6f, 0x76, 0x69, 0x6e, 0x63, 0x65, 0x12,
|
|
|
0x12, 0x0a, 0x04, 0x63, 0x69, 0x74, 0x79, 0x18, 0x06, 0x20, 0x03, 0x28, 0x09, 0x52, 0x04, 0x63,
|
|
|
- 0x69, 0x74, 0x79, 0x12, 0x24, 0x0a, 0x0d, 0x62, 0x75, 0x73, 0x69, 0x6e, 0x65, 0x73, 0x73, 0x53,
|
|
|
- 0x63, 0x6f, 0x70, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x62, 0x75, 0x73, 0x69,
|
|
|
- 0x6e, 0x65, 0x73, 0x73, 0x53, 0x63, 0x6f, 0x70, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x73, 0x6f, 0x72,
|
|
|
- 0x74, 0x52, 0x75, 0x6c, 0x65, 0x18, 0x08, 0x20, 0x01, 0x28, 0x03, 0x52, 0x08, 0x73, 0x6f, 0x72,
|
|
|
- 0x74, 0x52, 0x75, 0x6c, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x69, 0x73, 0x43, 0x68, 0x65, 0x63, 0x6b,
|
|
|
- 0x46, 0x6f, 0x6c, 0x6c, 0x6f, 0x77, 0x18, 0x09, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0d, 0x69, 0x73,
|
|
|
- 0x43, 0x68, 0x65, 0x63, 0x6b, 0x46, 0x6f, 0x6c, 0x6c, 0x6f, 0x77, 0x12, 0x26, 0x0a, 0x0e, 0x69,
|
|
|
- 0x73, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x52, 0x65, 0x63, 0x65, 0x69, 0x76, 0x65, 0x18, 0x0a, 0x20,
|
|
|
- 0x01, 0x28, 0x08, 0x52, 0x0e, 0x69, 0x73, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x52, 0x65, 0x63, 0x65,
|
|
|
- 0x69, 0x76, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x69, 0x6e, 0x64, 0x75, 0x73, 0x74, 0x72, 0x79, 0x18,
|
|
|
- 0x0b, 0x20, 0x03, 0x28, 0x09, 0x52, 0x08, 0x69, 0x6e, 0x64, 0x75, 0x73, 0x74, 0x72, 0x79, 0x12,
|
|
|
- 0x1e, 0x0a, 0x0a, 0x62, 0x75, 0x79, 0x65, 0x72, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x18, 0x0c, 0x20,
|
|
|
- 0x03, 0x28, 0x09, 0x52, 0x0a, 0x62, 0x75, 0x79, 0x65, 0x72, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x12,
|
|
|
- 0x16, 0x0a, 0x06, 0x75, 0x73, 0x65, 0x72, 0x49, 0x64, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x09, 0x52,
|
|
|
- 0x06, 0x75, 0x73, 0x65, 0x72, 0x49, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x75, 0x73, 0x65, 0x72, 0x54,
|
|
|
- 0x79, 0x70, 0x65, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x75, 0x73, 0x65, 0x72, 0x54,
|
|
|
- 0x79, 0x70, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x70, 0x6c, 0x61, 0x74, 0x66, 0x6f, 0x72, 0x6d, 0x18,
|
|
|
- 0x0f, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x70, 0x6c, 0x61, 0x74, 0x66, 0x6f, 0x72, 0x6d, 0x12,
|
|
|
- 0x14, 0x0a, 0x05, 0x65, 0x6e, 0x74, 0x49, 0x64, 0x18, 0x10, 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, 0x11, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x65, 0x6e, 0x74, 0x55, 0x73, 0x65,
|
|
|
- 0x72, 0x49, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x65, 0x72, 0x18,
|
|
|
- 0x12, 0x20, 0x03, 0x28, 0x09, 0x52, 0x08, 0x63, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x65, 0x72, 0x22,
|
|
|
+ 0x69, 0x74, 0x79, 0x12, 0x1a, 0x0a, 0x08, 0x73, 0x6f, 0x72, 0x74, 0x52, 0x75, 0x6c, 0x65, 0x18,
|
|
|
+ 0x07, 0x20, 0x01, 0x28, 0x03, 0x52, 0x08, 0x73, 0x6f, 0x72, 0x74, 0x52, 0x75, 0x6c, 0x65, 0x12,
|
|
|
+ 0x24, 0x0a, 0x0d, 0x69, 0x73, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x46, 0x6f, 0x6c, 0x6c, 0x6f, 0x77,
|
|
|
+ 0x18, 0x08, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0d, 0x69, 0x73, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x46,
|
|
|
+ 0x6f, 0x6c, 0x6c, 0x6f, 0x77, 0x12, 0x26, 0x0a, 0x0e, 0x69, 0x73, 0x43, 0x68, 0x65, 0x63, 0x6b,
|
|
|
+ 0x52, 0x65, 0x63, 0x65, 0x69, 0x76, 0x65, 0x18, 0x09, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0e, 0x69,
|
|
|
+ 0x73, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x52, 0x65, 0x63, 0x65, 0x69, 0x76, 0x65, 0x12, 0x1e, 0x0a,
|
|
|
+ 0x0a, 0x62, 0x75, 0x79, 0x65, 0x72, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x18, 0x0a, 0x20, 0x03, 0x28,
|
|
|
+ 0x09, 0x52, 0x0a, 0x62, 0x75, 0x79, 0x65, 0x72, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x12, 0x16, 0x0a,
|
|
|
+ 0x06, 0x75, 0x73, 0x65, 0x72, 0x49, 0x64, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x75,
|
|
|
+ 0x73, 0x65, 0x72, 0x49, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x75, 0x73, 0x65, 0x72, 0x54, 0x79, 0x70,
|
|
|
+ 0x65, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x75, 0x73, 0x65, 0x72, 0x54, 0x79, 0x70,
|
|
|
+ 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x70, 0x6c, 0x61, 0x74, 0x66, 0x6f, 0x72, 0x6d, 0x18, 0x0d, 0x20,
|
|
|
+ 0x01, 0x28, 0x09, 0x52, 0x08, 0x70, 0x6c, 0x61, 0x74, 0x66, 0x6f, 0x72, 0x6d, 0x12, 0x14, 0x0a,
|
|
|
+ 0x05, 0x65, 0x6e, 0x74, 0x49, 0x64, 0x18, 0x0e, 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, 0x0f, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x65, 0x6e, 0x74, 0x55, 0x73, 0x65, 0x72, 0x49,
|
|
|
+ 0x64, 0x12, 0x1e, 0x0a, 0x0a, 0x70, 0x61, 0x67, 0x65, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x18,
|
|
|
+ 0x10, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x70, 0x61, 0x67, 0x65, 0x53, 0x6f, 0x75, 0x72, 0x63,
|
|
|
+ 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x69, 0x73, 0x43, 0x6f, 0x6e, 0x74, 0x61, 0x63, 0x74, 0x18, 0x11,
|
|
|
+ 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x69, 0x73, 0x43, 0x6f, 0x6e, 0x74, 0x61, 0x63, 0x74, 0x22,
|
|
|
0x6b, 0x0a, 0x0d, 0x42, 0x75, 0x79, 0x65, 0x72, 0x4c, 0x69, 0x73, 0x74, 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,
|
|
@@ -478,26 +487,35 @@ var file_bxbuyer_proto_rawDesc = []byte{
|
|
|
0x6e, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x05, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x12,
|
|
|
0x26, 0x0a, 0x04, 0x6c, 0x69, 0x73, 0x74, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x12, 0x2e,
|
|
|
0x62, 0x78, 0x62, 0x75, 0x79, 0x65, 0x72, 0x2e, 0x42, 0x75, 0x79, 0x65, 0x72, 0x4c, 0x69, 0x73,
|
|
|
- 0x74, 0x52, 0x04, 0x6c, 0x69, 0x73, 0x74, 0x22, 0xd7, 0x01, 0x0a, 0x09, 0x42, 0x75, 0x79, 0x65,
|
|
|
+ 0x74, 0x52, 0x04, 0x6c, 0x69, 0x73, 0x74, 0x22, 0xdb, 0x02, 0x0a, 0x09, 0x42, 0x75, 0x79, 0x65,
|
|
|
0x72, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x14, 0x0a, 0x05, 0x62, 0x75, 0x79, 0x65, 0x72, 0x18, 0x01,
|
|
|
- 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x62, 0x75, 0x79, 0x65, 0x72, 0x12, 0x16, 0x0a, 0x06, 0x62,
|
|
|
- 0x75, 0x64, 0x67, 0x65, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x01, 0x52, 0x06, 0x62, 0x75, 0x64,
|
|
|
- 0x67, 0x65, 0x74, 0x12, 0x1a, 0x0a, 0x08, 0x70, 0x72, 0x6f, 0x76, 0x69, 0x6e, 0x63, 0x65, 0x18,
|
|
|
- 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x70, 0x72, 0x6f, 0x76, 0x69, 0x6e, 0x63, 0x65, 0x12,
|
|
|
- 0x12, 0x0a, 0x04, 0x63, 0x69, 0x74, 0x79, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x63,
|
|
|
- 0x69, 0x74, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x05, 0x20,
|
|
|
- 0x01, 0x28, 0x03, 0x52, 0x06, 0x70, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x1e, 0x0a, 0x0a, 0x69,
|
|
|
- 0x73, 0x46, 0x6f, 0x6c, 0x6c, 0x6f, 0x77, 0x65, 0x64, 0x18, 0x06, 0x20, 0x01, 0x28, 0x08, 0x52,
|
|
|
+ 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x62, 0x75, 0x79, 0x65, 0x72, 0x12, 0x1a, 0x0a, 0x08, 0x70,
|
|
|
+ 0x72, 0x6f, 0x76, 0x69, 0x6e, 0x63, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x70,
|
|
|
+ 0x72, 0x6f, 0x76, 0x69, 0x6e, 0x63, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x63, 0x69, 0x74, 0x79, 0x18,
|
|
|
+ 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x63, 0x69, 0x74, 0x79, 0x12, 0x1e, 0x0a, 0x0a, 0x69,
|
|
|
+ 0x73, 0x46, 0x6f, 0x6c, 0x6c, 0x6f, 0x77, 0x65, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x08, 0x52,
|
|
|
0x0a, 0x69, 0x73, 0x46, 0x6f, 0x6c, 0x6c, 0x6f, 0x77, 0x65, 0x64, 0x12, 0x1e, 0x0a, 0x0a, 0x69,
|
|
|
- 0x73, 0x52, 0x65, 0x63, 0x65, 0x69, 0x76, 0x65, 0x64, 0x18, 0x07, 0x20, 0x01, 0x28, 0x08, 0x52,
|
|
|
+ 0x73, 0x52, 0x65, 0x63, 0x65, 0x69, 0x76, 0x65, 0x64, 0x18, 0x05, 0x20, 0x01, 0x28, 0x08, 0x52,
|
|
|
0x0a, 0x69, 0x73, 0x52, 0x65, 0x63, 0x65, 0x69, 0x76, 0x65, 0x64, 0x12, 0x14, 0x0a, 0x05, 0x72,
|
|
|
- 0x65, 0x63, 0x49, 0x64, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x72, 0x65, 0x63, 0x49,
|
|
|
- 0x64, 0x32, 0x45, 0x0a, 0x07, 0x42, 0x78, 0x62, 0x75, 0x79, 0x65, 0x72, 0x12, 0x3a, 0x0a, 0x09,
|
|
|
- 0x42, 0x75, 0x79, 0x65, 0x72, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x15, 0x2e, 0x62, 0x78, 0x62, 0x75,
|
|
|
- 0x79, 0x65, 0x72, 0x2e, 0x42, 0x75, 0x79, 0x65, 0x72, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71,
|
|
|
- 0x1a, 0x16, 0x2e, 0x62, 0x78, 0x62, 0x75, 0x79, 0x65, 0x72, 0x2e, 0x42, 0x75, 0x79, 0x65, 0x72,
|
|
|
- 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x70, 0x42, 0x0b, 0x5a, 0x09, 0x2e, 0x2f, 0x62, 0x78,
|
|
|
- 0x62, 0x75, 0x79, 0x65, 0x72, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
|
|
|
+ 0x65, 0x63, 0x49, 0x64, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x72, 0x65, 0x63, 0x49,
|
|
|
+ 0x64, 0x12, 0x1e, 0x0a, 0x0a, 0x62, 0x75, 0x79, 0x65, 0x72, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x18,
|
|
|
+ 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x62, 0x75, 0x79, 0x65, 0x72, 0x43, 0x6c, 0x61, 0x73,
|
|
|
+ 0x73, 0x12, 0x22, 0x0a, 0x0c, 0x62, 0x69, 0x64, 0x64, 0x69, 0x6e, 0x67, 0x43, 0x6f, 0x75, 0x6e,
|
|
|
+ 0x74, 0x18, 0x08, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0c, 0x62, 0x69, 0x64, 0x64, 0x69, 0x6e, 0x67,
|
|
|
+ 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x22, 0x0a, 0x0c, 0x63, 0x6f, 0x6e, 0x74, 0x61, 0x63, 0x74,
|
|
|
+ 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x09, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0c, 0x63, 0x6f, 0x6e,
|
|
|
+ 0x74, 0x61, 0x63, 0x74, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x22, 0x0a, 0x0c, 0x70, 0x72, 0x6f,
|
|
|
+ 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x03, 0x52,
|
|
|
+ 0x0c, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x26, 0x0a,
|
|
|
+ 0x0e, 0x62, 0x69, 0x64, 0x41, 0x6d, 0x6f, 0x75, 0x6e, 0x74, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x18,
|
|
|
+ 0x0b, 0x20, 0x01, 0x28, 0x02, 0x52, 0x0e, 0x62, 0x69, 0x64, 0x41, 0x6d, 0x6f, 0x75, 0x6e, 0x74,
|
|
|
+ 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x32, 0x45, 0x0a, 0x07, 0x42, 0x78, 0x62, 0x75, 0x79, 0x65, 0x72,
|
|
|
+ 0x12, 0x3a, 0x0a, 0x09, 0x42, 0x75, 0x79, 0x65, 0x72, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x15, 0x2e,
|
|
|
+ 0x62, 0x78, 0x62, 0x75, 0x79, 0x65, 0x72, 0x2e, 0x42, 0x75, 0x79, 0x65, 0x72, 0x4c, 0x69, 0x73,
|
|
|
+ 0x74, 0x52, 0x65, 0x71, 0x1a, 0x16, 0x2e, 0x62, 0x78, 0x62, 0x75, 0x79, 0x65, 0x72, 0x2e, 0x42,
|
|
|
+ 0x75, 0x79, 0x65, 0x72, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x70, 0x42, 0x0b, 0x5a, 0x09,
|
|
|
+ 0x2e, 0x2f, 0x62, 0x78, 0x62, 0x75, 0x79, 0x65, 0x72, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f,
|
|
|
+ 0x33,
|
|
|
}
|
|
|
|
|
|
var (
|