|
@@ -27,7 +27,7 @@ type PublishInfoReq struct {
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
|
|
Title string `protobuf:"bytes,1,opt,name=title,proto3" json:"title,omitempty"` //信息标题最长50
|
|
|
- MsgType string `protobuf:"bytes,2,opt,name=msgType,proto3" json:"msgType,omitempty"` //信息类型1:招标信息 2:采购信息 3:供应信息
|
|
|
+ MsgType int64 `protobuf:"varint,2,opt,name=msgType,proto3" json:"msgType,omitempty"` //信息类型1:招标信息 2:采购信息 3:供应信息
|
|
|
RelatedId string `protobuf:"bytes,3,opt,name=relatedId,proto3" json:"relatedId,omitempty"` //关联公告id
|
|
|
Code string `protobuf:"bytes,4,opt,name=code,proto3" json:"code,omitempty"` //项目编码
|
|
|
Province string `protobuf:"bytes,5,opt,name=province,proto3" json:"province,omitempty"` //省份
|
|
@@ -87,11 +87,11 @@ func (x *PublishInfoReq) GetTitle() string {
|
|
|
return ""
|
|
|
}
|
|
|
|
|
|
-func (x *PublishInfoReq) GetMsgType() string {
|
|
|
+func (x *PublishInfoReq) GetMsgType() int64 {
|
|
|
if x != nil {
|
|
|
return x.MsgType
|
|
|
}
|
|
|
- return ""
|
|
|
+ return 0
|
|
|
}
|
|
|
|
|
|
func (x *PublishInfoReq) GetRelatedId() string {
|
|
@@ -403,7 +403,7 @@ type UserIdReq struct {
|
|
|
UserId string `protobuf:"bytes,1,opt,name=userId,proto3" json:"userId,omitempty"` //用户id
|
|
|
AppId string `protobuf:"bytes,2,opt,name=appId,proto3" json:"appId,omitempty"` //剑鱼标识 默认10000
|
|
|
Match string `protobuf:"bytes,3,opt,name=match,proto3" json:"match,omitempty"`
|
|
|
- MsqType int64 `protobuf:"varint,4,opt,name=msqType,proto3" json:"msqType,omitempty"`
|
|
|
+ MsgType int64 `protobuf:"varint,4,opt,name=msgType,proto3" json:"msgType,omitempty"`
|
|
|
}
|
|
|
|
|
|
func (x *UserIdReq) Reset() {
|
|
@@ -459,9 +459,9 @@ func (x *UserIdReq) GetMatch() string {
|
|
|
return ""
|
|
|
}
|
|
|
|
|
|
-func (x *UserIdReq) GetMsqType() int64 {
|
|
|
+func (x *UserIdReq) GetMsgType() int64 {
|
|
|
if x != nil {
|
|
|
- return x.MsqType
|
|
|
+ return x.MsgType
|
|
|
}
|
|
|
return 0
|
|
|
}
|
|
@@ -713,7 +713,7 @@ type MyPublishListReq struct {
|
|
|
|
|
|
UserId string `protobuf:"bytes,1,opt,name=userId,proto3" json:"userId,omitempty"` //用户id
|
|
|
Match string `protobuf:"bytes,2,opt,name=match,proto3" json:"match,omitempty"` //检索内容
|
|
|
- MsgType string `protobuf:"bytes,3,opt,name=msgType,proto3" json:"msgType,omitempty"` //信息类型 1:招标信息 2:采购信息 3:供应信息
|
|
|
+ MsgType int64 `protobuf:"varint,3,opt,name=msgType,proto3" json:"msgType,omitempty"` //信息类型 1:招标信息 2:采购信息 3:供应信息
|
|
|
ReviewStatus int64 `protobuf:"varint,4,opt,name=reviewStatus,proto3" json:"reviewStatus,omitempty"` //审核状态 1:待审核|2:审核通过|3:审核不通过
|
|
|
PageSize int64 `protobuf:"varint,5,opt,name=pageSize,proto3" json:"pageSize,omitempty"` //每页数据量,默认10
|
|
|
PageIndex int64 `protobuf:"varint,6,opt,name=pageIndex,proto3" json:"pageIndex,omitempty"` //页码;默认第一页
|
|
@@ -766,11 +766,11 @@ func (x *MyPublishListReq) GetMatch() string {
|
|
|
return ""
|
|
|
}
|
|
|
|
|
|
-func (x *MyPublishListReq) GetMsgType() string {
|
|
|
+func (x *MyPublishListReq) GetMsgType() int64 {
|
|
|
if x != nil {
|
|
|
return x.MsgType
|
|
|
}
|
|
|
- return ""
|
|
|
+ return 0
|
|
|
}
|
|
|
|
|
|
func (x *MyPublishListReq) GetReviewStatus() int64 {
|
|
@@ -961,7 +961,7 @@ type ListResp struct {
|
|
|
Title string `protobuf:"bytes,1,opt,name=title,proto3" json:"title,omitempty"` //标题
|
|
|
Id string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"` //信息id
|
|
|
ReviewStatus int64 `protobuf:"varint,3,opt,name=reviewStatus,proto3" json:"reviewStatus,omitempty"` //审核状态 1:待审核|2:审核通过|3:审核不通过
|
|
|
- MsgType string `protobuf:"bytes,4,opt,name=msgType,proto3" json:"msgType,omitempty"` //信息类型 1:招标信息 2:采购信息 3:供应信息
|
|
|
+ MsgType int64 `protobuf:"varint,4,opt,name=msgType,proto3" json:"msgType,omitempty"` //信息类型 1:招标信息 2:采购信息 3:供应信息
|
|
|
CreateTime string `protobuf:"bytes,5,opt,name=createTime,proto3" json:"createTime,omitempty"` //审核时间
|
|
|
}
|
|
|
|
|
@@ -1018,11 +1018,11 @@ func (x *ListResp) GetReviewStatus() int64 {
|
|
|
return 0
|
|
|
}
|
|
|
|
|
|
-func (x *ListResp) GetMsgType() string {
|
|
|
+func (x *ListResp) GetMsgType() int64 {
|
|
|
if x != nil {
|
|
|
return x.MsgType
|
|
|
}
|
|
|
- return ""
|
|
|
+ return 0
|
|
|
}
|
|
|
|
|
|
func (x *ListResp) GetCreateTime() string {
|
|
@@ -1038,11 +1038,11 @@ type InfoDetailReq struct {
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
|
|
- UserId string `protobuf:"bytes,1,opt,name=userId,proto3" json:"userId,omitempty"` //用户id
|
|
|
- MsgId string `protobuf:"bytes,2,opt,name=msgId,proto3" json:"msgId,omitempty"` //信息id
|
|
|
- Type int64 `protobuf:"varint,3,opt,name=type,proto3" json:"type,omitempty"` //处理信息类型:0:获取发布信息详情(默认);1:删除发布的信息;2:更新发布信息
|
|
|
- AppId string `protobuf:"bytes,4,opt,name=appId,proto3" json:"appId,omitempty"` //剑鱼标识 默认10000
|
|
|
- MsgType string `protobuf:"bytes,5,opt,name=msgType,proto3" json:"msgType,omitempty"` //信息类型 1:招标信息 2:采购信息 3:供应信息
|
|
|
+ UserId string `protobuf:"bytes,1,opt,name=userId,proto3" json:"userId,omitempty"` //用户id
|
|
|
+ MsgId string `protobuf:"bytes,2,opt,name=msgId,proto3" json:"msgId,omitempty"` //信息id
|
|
|
+ Type int64 `protobuf:"varint,3,opt,name=type,proto3" json:"type,omitempty"` //处理信息类型:0:获取发布信息详情(默认);1:删除发布的信息;2:更新发布信息
|
|
|
+ AppId string `protobuf:"bytes,4,opt,name=appId,proto3" json:"appId,omitempty"` //剑鱼标识 默认10000
|
|
|
+ MsgType int64 `protobuf:"varint,5,opt,name=msgType,proto3" json:"msgType,omitempty"` //信息类型 1:招标信息 2:采购信息 3:供应信息
|
|
|
}
|
|
|
|
|
|
func (x *InfoDetailReq) Reset() {
|
|
@@ -1105,11 +1105,11 @@ func (x *InfoDetailReq) GetAppId() string {
|
|
|
return ""
|
|
|
}
|
|
|
|
|
|
-func (x *InfoDetailReq) GetMsgType() string {
|
|
|
+func (x *InfoDetailReq) GetMsgType() int64 {
|
|
|
if x != nil {
|
|
|
return x.MsgType
|
|
|
}
|
|
|
- return ""
|
|
|
+ return 0
|
|
|
}
|
|
|
|
|
|
//发布的信息详情Resp
|
|
@@ -1181,7 +1181,7 @@ type InfoDetailData struct {
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
|
|
- MsgType string `protobuf:"bytes,1,opt,name=msgType,proto3" json:"msgType,omitempty"` //信息类型
|
|
|
+ MsgType int64 `protobuf:"varint,1,opt,name=msgType,proto3" json:"msgType,omitempty"` //信息类型
|
|
|
Code string `protobuf:"bytes,2,opt,name=code,proto3" json:"code,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"` //城市
|
|
@@ -1234,11 +1234,11 @@ func (*InfoDetailData) Descriptor() ([]byte, []int) {
|
|
|
return file_consumer_proto_rawDescGZIP(), []int{15}
|
|
|
}
|
|
|
|
|
|
-func (x *InfoDetailData) GetMsgType() string {
|
|
|
+func (x *InfoDetailData) GetMsgType() int64 {
|
|
|
if x != nil {
|
|
|
return x.MsgType
|
|
|
}
|
|
|
- return ""
|
|
|
+ return 0
|
|
|
}
|
|
|
|
|
|
func (x *InfoDetailData) GetCode() string {
|
|
@@ -1674,7 +1674,7 @@ type PublishInfoData struct {
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
|
|
Title string `protobuf:"bytes,1,opt,name=title,proto3" json:"title,omitempty"` //信息标题最长50
|
|
|
- MsgType string `protobuf:"bytes,2,opt,name=msgType,proto3" json:"msgType,omitempty"` //信息类型1:招标信息 2:采购信息 3:供应信息
|
|
|
+ MsgType int64 `protobuf:"varint,2,opt,name=msgType,proto3" json:"msgType,omitempty"` //信息类型1:招标信息 2:采购信息 3:供应信息
|
|
|
RelatedId string `protobuf:"bytes,3,opt,name=relatedId,proto3" json:"relatedId,omitempty"` //关联公告id
|
|
|
Code string `protobuf:"bytes,4,opt,name=code,proto3" json:"code,omitempty"` //项目编码
|
|
|
Province string `protobuf:"bytes,5,opt,name=province,proto3" json:"province,omitempty"` //省份
|
|
@@ -1729,11 +1729,11 @@ func (x *PublishInfoData) GetTitle() string {
|
|
|
return ""
|
|
|
}
|
|
|
|
|
|
-func (x *PublishInfoData) GetMsgType() string {
|
|
|
+func (x *PublishInfoData) GetMsgType() int64 {
|
|
|
if x != nil {
|
|
|
return x.MsgType
|
|
|
}
|
|
|
- return ""
|
|
|
+ return 0
|
|
|
}
|
|
|
|
|
|
func (x *PublishInfoData) GetRelatedId() string {
|
|
@@ -2822,7 +2822,7 @@ var file_consumer_proto_rawDesc = []byte{
|
|
|
0x75, 0x62, 0x6c, 0x69, 0x73, 0x68, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x71, 0x12, 0x14, 0x0a,
|
|
|
0x05, 0x74, 0x69, 0x74, 0x6c, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x74, 0x69,
|
|
|
0x74, 0x6c, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x6d, 0x73, 0x67, 0x54, 0x79, 0x70, 0x65, 0x18, 0x02,
|
|
|
- 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x6d, 0x73, 0x67, 0x54, 0x79, 0x70, 0x65, 0x12, 0x1c, 0x0a,
|
|
|
+ 0x20, 0x01, 0x28, 0x03, 0x52, 0x07, 0x6d, 0x73, 0x67, 0x54, 0x79, 0x70, 0x65, 0x12, 0x1c, 0x0a,
|
|
|
0x09, 0x72, 0x65, 0x6c, 0x61, 0x74, 0x65, 0x64, 0x49, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09,
|
|
|
0x52, 0x09, 0x72, 0x65, 0x6c, 0x61, 0x74, 0x65, 0x64, 0x49, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x63,
|
|
|
0x6f, 0x64, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x12,
|
|
@@ -2872,8 +2872,8 @@ var file_consumer_proto_rawDesc = []byte{
|
|
|
0x52, 0x06, 0x75, 0x73, 0x65, 0x72, 0x49, 0x64, 0x12, 0x14, 0x0a, 0x05, 0x61, 0x70, 0x70, 0x49,
|
|
|
0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x61, 0x70, 0x70, 0x49, 0x64, 0x12, 0x14,
|
|
|
0x0a, 0x05, 0x6d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x6d,
|
|
|
- 0x61, 0x74, 0x63, 0x68, 0x12, 0x18, 0x0a, 0x07, 0x6d, 0x73, 0x71, 0x54, 0x79, 0x70, 0x65, 0x18,
|
|
|
- 0x04, 0x20, 0x01, 0x28, 0x03, 0x52, 0x07, 0x6d, 0x73, 0x71, 0x54, 0x79, 0x70, 0x65, 0x22, 0x7c,
|
|
|
+ 0x61, 0x74, 0x63, 0x68, 0x12, 0x18, 0x0a, 0x07, 0x6d, 0x73, 0x67, 0x54, 0x79, 0x70, 0x65, 0x18,
|
|
|
+ 0x04, 0x20, 0x01, 0x28, 0x03, 0x52, 0x07, 0x6d, 0x73, 0x67, 0x54, 0x79, 0x70, 0x65, 0x22, 0x7c,
|
|
|
0x0a, 0x10, 0x49, 0x6e, 0x66, 0x6f, 0x42, 0x79, 0x55, 0x73, 0x65, 0x72, 0x49, 0x64, 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,
|
|
@@ -2901,7 +2901,7 @@ var file_consumer_proto_rawDesc = []byte{
|
|
|
0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x75, 0x73, 0x65, 0x72, 0x49, 0x64, 0x12, 0x14,
|
|
|
0x0a, 0x05, 0x6d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x6d,
|
|
|
0x61, 0x74, 0x63, 0x68, 0x12, 0x18, 0x0a, 0x07, 0x6d, 0x73, 0x67, 0x54, 0x79, 0x70, 0x65, 0x18,
|
|
|
- 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x6d, 0x73, 0x67, 0x54, 0x79, 0x70, 0x65, 0x12, 0x22,
|
|
|
+ 0x03, 0x20, 0x01, 0x28, 0x03, 0x52, 0x07, 0x6d, 0x73, 0x67, 0x54, 0x79, 0x70, 0x65, 0x12, 0x22,
|
|
|
0x0a, 0x0c, 0x72, 0x65, 0x76, 0x69, 0x65, 0x77, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x04,
|
|
|
0x20, 0x01, 0x28, 0x03, 0x52, 0x0c, 0x72, 0x65, 0x76, 0x69, 0x65, 0x77, 0x53, 0x74, 0x61, 0x74,
|
|
|
0x75, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x70, 0x61, 0x67, 0x65, 0x53, 0x69, 0x7a, 0x65, 0x18, 0x05,
|
|
@@ -2935,7 +2935,7 @@ var file_consumer_proto_rawDesc = []byte{
|
|
|
0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x64, 0x12, 0x22, 0x0a, 0x0c, 0x72,
|
|
|
0x65, 0x76, 0x69, 0x65, 0x77, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x03, 0x20, 0x01, 0x28,
|
|
|
0x03, 0x52, 0x0c, 0x72, 0x65, 0x76, 0x69, 0x65, 0x77, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12,
|
|
|
- 0x18, 0x0a, 0x07, 0x6d, 0x73, 0x67, 0x54, 0x79, 0x70, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09,
|
|
|
+ 0x18, 0x0a, 0x07, 0x6d, 0x73, 0x67, 0x54, 0x79, 0x70, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x03,
|
|
|
0x52, 0x07, 0x6d, 0x73, 0x67, 0x54, 0x79, 0x70, 0x65, 0x12, 0x1e, 0x0a, 0x0a, 0x63, 0x72, 0x65,
|
|
|
0x61, 0x74, 0x65, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x63,
|
|
|
0x72, 0x65, 0x61, 0x74, 0x65, 0x54, 0x69, 0x6d, 0x65, 0x22, 0x81, 0x01, 0x0a, 0x0d, 0x49, 0x6e,
|
|
@@ -2946,7 +2946,7 @@ var file_consumer_proto_rawDesc = []byte{
|
|
|
0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x03, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x12, 0x14, 0x0a,
|
|
|
0x05, 0x61, 0x70, 0x70, 0x49, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x61, 0x70,
|
|
|
0x70, 0x49, 0x64, 0x12, 0x18, 0x0a, 0x07, 0x6d, 0x73, 0x67, 0x54, 0x79, 0x70, 0x65, 0x18, 0x05,
|
|
|
- 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x6d, 0x73, 0x67, 0x54, 0x79, 0x70, 0x65, 0x22, 0x78, 0x0a,
|
|
|
+ 0x20, 0x01, 0x28, 0x03, 0x52, 0x07, 0x6d, 0x73, 0x67, 0x54, 0x79, 0x70, 0x65, 0x22, 0x78, 0x0a,
|
|
|
0x0e, 0x49, 0x6e, 0x66, 0x6f, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 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,
|
|
@@ -2956,7 +2956,7 @@ var file_consumer_proto_rawDesc = []byte{
|
|
|
0x49, 0x6e, 0x66, 0x6f, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x44, 0x61, 0x74, 0x61, 0x52, 0x07,
|
|
|
0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x73, 0x22, 0xf4, 0x04, 0x0a, 0x0e, 0x49, 0x6e, 0x66, 0x6f,
|
|
|
0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x44, 0x61, 0x74, 0x61, 0x12, 0x18, 0x0a, 0x07, 0x6d, 0x73,
|
|
|
- 0x67, 0x54, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x6d, 0x73, 0x67,
|
|
|
+ 0x67, 0x54, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x07, 0x6d, 0x73, 0x67,
|
|
|
0x54, 0x79, 0x70, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x02, 0x20, 0x01,
|
|
|
0x28, 0x09, 0x52, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x70, 0x72, 0x6f, 0x76,
|
|
|
0x69, 0x6e, 0x63, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x70, 0x72, 0x6f, 0x76,
|
|
@@ -3024,7 +3024,7 @@ var file_consumer_proto_rawDesc = []byte{
|
|
|
0x03, 0x0a, 0x0f, 0x50, 0x75, 0x62, 0x6c, 0x69, 0x73, 0x68, 0x49, 0x6e, 0x66, 0x6f, 0x44, 0x61,
|
|
|
0x74, 0x61, 0x12, 0x14, 0x0a, 0x05, 0x74, 0x69, 0x74, 0x6c, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28,
|
|
|
0x09, 0x52, 0x05, 0x74, 0x69, 0x74, 0x6c, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x6d, 0x73, 0x67, 0x54,
|
|
|
- 0x79, 0x70, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x6d, 0x73, 0x67, 0x54, 0x79,
|
|
|
+ 0x79, 0x70, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x07, 0x6d, 0x73, 0x67, 0x54, 0x79,
|
|
|
0x70, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x72, 0x65, 0x6c, 0x61, 0x74, 0x65, 0x64, 0x49, 0x64, 0x18,
|
|
|
0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x72, 0x65, 0x6c, 0x61, 0x74, 0x65, 0x64, 0x49, 0x64,
|
|
|
0x12, 0x12, 0x0a, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04,
|