|
@@ -6921,7 +6921,7 @@ type OperatorSearchReq struct {
|
|
|
PurchaseTime string `protobuf:"bytes,21,opt,name=purchaseTime,proto3" json:"purchaseTime,omitempty"`
|
|
|
WinnerTag string `protobuf:"bytes,7,opt,name=winnerTag,proto3" json:"winnerTag,omitempty"`
|
|
|
PositionId int64 `protobuf:"varint,15,opt,name=positionId,proto3" json:"positionId,omitempty"`
|
|
|
- Order string `protobuf:"bytes,22,opt,name=order,proto3" json:"order,omitempty"`
|
|
|
+ Order int64 `protobuf:"varint,22,opt,name=order,proto3" json:"order,omitempty"`
|
|
|
}
|
|
|
|
|
|
func (x *OperatorSearchReq) Reset() {
|
|
@@ -7096,11 +7096,11 @@ func (x *OperatorSearchReq) GetPositionId() int64 {
|
|
|
return 0
|
|
|
}
|
|
|
|
|
|
-func (x *OperatorSearchReq) GetOrder() string {
|
|
|
+func (x *OperatorSearchReq) GetOrder() int64 {
|
|
|
if x != nil {
|
|
|
return x.Order
|
|
|
}
|
|
|
- return ""
|
|
|
+ return 0
|
|
|
}
|
|
|
|
|
|
type OperatorSearchResp struct {
|
|
@@ -8311,7 +8311,7 @@ var file_bxcore_proto_rawDesc = []byte{
|
|
|
0x28, 0x09, 0x52, 0x09, 0x77, 0x69, 0x6e, 0x6e, 0x65, 0x72, 0x54, 0x61, 0x67, 0x12, 0x1e, 0x0a,
|
|
|
0x0a, 0x70, 0x6f, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x18, 0x0f, 0x20, 0x01, 0x28,
|
|
|
0x03, 0x52, 0x0a, 0x70, 0x6f, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x12, 0x14, 0x0a,
|
|
|
- 0x05, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x18, 0x16, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x6f, 0x72,
|
|
|
+ 0x05, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x18, 0x16, 0x20, 0x01, 0x28, 0x03, 0x52, 0x05, 0x6f, 0x72,
|
|
|
0x64, 0x65, 0x72, 0x22, 0x64, 0x0a, 0x12, 0x4f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x53,
|
|
|
0x65, 0x61, 0x72, 0x63, 0x68, 0x52, 0x65, 0x73, 0x70, 0x12, 0x1d, 0x0a, 0x0a, 0x65, 0x72, 0x72,
|
|
|
0x6f, 0x72, 0x5f, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x65,
|