ソースを参照

fix:修改传参方式

duxin 3 年 前
コミット
fd1f5b5f3a

+ 4 - 4
api/internal/types/types.go

@@ -22,8 +22,8 @@ type PubInfoReq struct {
 	ValidityTime       string                 `json:"validityTime,optional"`
 	Phone              string                 `header:"phone"`
 	EntName            string                 `header:"entName,optional"`
-	JyPublishingMedia  int64                  `header:"jyPublishingMedia,optional"`  //1需要 -1 不需要
-	RecommendedService int64                  `header:"recommendedService,optional"` //1需要 -1 不需要
+	JyPublishingMedia  int64                  `json:"jyPublishingMedia,optional"`  //1需要 -1 不需要
+	RecommendedService int64                  `json:"recommendedService,optional"` //1需要 -1 不需要
 }
 
 type Contact struct {
@@ -69,8 +69,8 @@ type InfoListReq struct {
 	PageIndex          int64  `json:"pageIndex"`
 	IsDel              string `json:"isDel,optional"`
 	Published          int64  `json:"published,optional"`
-	JyPublishingMedia  int64  `header:"jyPublishingMedia,optional"`  //1需要 -1 不需要
-	RecommendedService int64  `header:"recommendedService,optional"` //1需要 -1 不需要
+	JyPublishingMedia  int64  `json:"jyPublishingMedia,optional"`  //1需要 -1 不需要
+	RecommendedService int64  `json:"recommendedService,optional"` //1需要 -1 不需要
 }
 
 type InfoExamineReq struct {

+ 4 - 4
api/jyinfo.api

@@ -21,8 +21,8 @@ type (
 		ValidityTime       string                 `json:"validityTime,optional"`
 		Phone              string                 `header:"phone"`
 		EntName            string                 `header:"entName,optional"`
-		JyPublishingMedia  int64                  `header:"jyPublishingMedia,optional"`  //1需要 -1 不需要
-		RecommendedService int64                  `header:"recommendedService,optional"` //1需要 -1 不需要
+		JyPublishingMedia  int64                  `json:"jyPublishingMedia,optional"`  //1需要 -1 不需要
+		RecommendedService int64                  `json:"recommendedService,optional"` //1需要 -1 不需要
 	}
 	Contact {
 		Person string `json:"person"`
@@ -63,8 +63,8 @@ type (
 		PageIndex          int64  `json:"pageIndex"`
 		IsDel              string `json:"isDel,optional"`
 		Published          int64  `json:"published,optional"`
-		JyPublishingMedia  int64  `header:"jyPublishingMedia,optional"`  //1需要 -1 不需要
-		RecommendedService int64  `header:"recommendedService,optional"` //1需要 -1 不需要
+		JyPublishingMedia  int64  `json:"jyPublishingMedia,optional"`  //1需要 -1 不需要
+		RecommendedService int64  `json:"recommendedService,optional"` //1需要 -1 不需要
 	}
 	infoExamineReq {
 		MsgId        string `json:"msgId"`

+ 5 - 5
rpc/consumer/consumer.proto

@@ -28,8 +28,8 @@ message PublishInfoReq {
 	string deadline = 18;//信息有效期
 	string phone = 19;//信息有效期
 	string entName = 20;//企业名称
-	int64  JyPublishingMedia =21; //1需要 -1 不需要
-	int64  RecommendedService =22; //1需要 -1 不需要
+	int64  jyPublishingMedia =21; //1需要 -1 不需要
+	int64  recommendedService =22; //1需要 -1 不需要
 }
 
 message Contact {//联系方式
@@ -84,7 +84,7 @@ message InfoData {
 	string person = 3;//联系人姓名
 	string phone = 4;//联系人电话
 	int64 overt = 5;//是否公开
-	int64 RecommendedService = 6;//推荐服务
+	int64 recommendedService = 6;//推荐服务
 }
 
 //我的发布列表Req
@@ -161,8 +161,8 @@ message InfoDetailData {
 	Related  InfoDetailRelated = 17;//关联信息
 	Review  InfoDetailReview = 18;//审核
 	InfoDetailContact  infoDetailContact = 19;//联系人内容
-	int64  JyPublishingMedia =20; //1需要 -1 不需要
-	int64  RecommendedService =21; //1需要 -1 不需要
+	int64  jyPublishingMedia =20; //1需要 -1 不需要
+	int64  recommendedService =21; //1需要 -1 不需要
 }//信息详情
 
 message Related{

+ 15 - 15
rpc/consumer/type/consumer/consumer.pb.go

@@ -46,8 +46,8 @@ type PublishInfoReq struct {
 	Deadline           string   `protobuf:"bytes,18,opt,name=deadline,proto3" json:"deadline,omitempty"`                      //信息有效期
 	Phone              string   `protobuf:"bytes,19,opt,name=phone,proto3" json:"phone,omitempty"`                            //信息有效期
 	EntName            string   `protobuf:"bytes,20,opt,name=entName,proto3" json:"entName,omitempty"`                        //企业名称
-	JyPublishingMedia  int64    `protobuf:"varint,21,opt,name=JyPublishingMedia,proto3" json:"JyPublishingMedia,omitempty"`   //1需要 -1 不需要
-	RecommendedService int64    `protobuf:"varint,22,opt,name=RecommendedService,proto3" json:"RecommendedService,omitempty"` //1需要 -1 不需要
+	JyPublishingMedia  int64    `protobuf:"varint,21,opt,name=jyPublishingMedia,proto3" json:"jyPublishingMedia,omitempty"`   //1需要 -1 不需要
+	RecommendedService int64    `protobuf:"varint,22,opt,name=recommendedService,proto3" json:"recommendedService,omitempty"` //1需要 -1 不需要
 }
 
 func (x *PublishInfoReq) Reset() {
@@ -692,7 +692,7 @@ type InfoData struct {
 	Person             string `protobuf:"bytes,3,opt,name=person,proto3" json:"person,omitempty"`                          //联系人姓名
 	Phone              string `protobuf:"bytes,4,opt,name=phone,proto3" json:"phone,omitempty"`                            //联系人电话
 	Overt              int64  `protobuf:"varint,5,opt,name=overt,proto3" json:"overt,omitempty"`                           //是否公开
-	RecommendedService int64  `protobuf:"varint,6,opt,name=RecommendedService,proto3" json:"RecommendedService,omitempty"` //是否公开
+	RecommendedService int64  `protobuf:"varint,6,opt,name=recommendedService,proto3" json:"recommendedService,omitempty"` //推荐服务
 }
 
 func (x *InfoData) Reset() {
@@ -1280,8 +1280,8 @@ type InfoDetailData struct {
 	InfoDetailRelated  *Related           `protobuf:"bytes,17,opt,name=InfoDetailRelated,proto3" json:"InfoDetailRelated,omitempty"`    //关联信息
 	InfoDetailReview   *Review            `protobuf:"bytes,18,opt,name=InfoDetailReview,proto3" json:"InfoDetailReview,omitempty"`      //审核
 	InfoDetailContact  *InfoDetailContact `protobuf:"bytes,19,opt,name=infoDetailContact,proto3" json:"infoDetailContact,omitempty"`    //联系人内容
-	JyPublishingMedia  int64              `protobuf:"varint,20,opt,name=JyPublishingMedia,proto3" json:"JyPublishingMedia,omitempty"`   //1需要 -1 不需要
-	RecommendedService int64              `protobuf:"varint,21,opt,name=RecommendedService,proto3" json:"RecommendedService,omitempty"` //1需要 -1 不需要
+	JyPublishingMedia  int64              `protobuf:"varint,20,opt,name=jyPublishingMedia,proto3" json:"jyPublishingMedia,omitempty"`   //1需要 -1 不需要
+	RecommendedService int64              `protobuf:"varint,21,opt,name=recommendedService,proto3" json:"recommendedService,omitempty"` //1需要 -1 不需要
 }
 
 func (x *InfoDetailData) Reset() {
@@ -3075,12 +3075,12 @@ var file_consumer_proto_rawDesc = []byte{
 	0x61, 0x64, 0x6c, 0x69, 0x6e, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x70, 0x68, 0x6f, 0x6e, 0x65, 0x18,
 	0x13, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x70, 0x68, 0x6f, 0x6e, 0x65, 0x12, 0x18, 0x0a, 0x07,
 	0x65, 0x6e, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x14, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x65,
-	0x6e, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x2c, 0x0a, 0x11, 0x4a, 0x79, 0x50, 0x75, 0x62, 0x6c,
+	0x6e, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x2c, 0x0a, 0x11, 0x6a, 0x79, 0x50, 0x75, 0x62, 0x6c,
 	0x69, 0x73, 0x68, 0x69, 0x6e, 0x67, 0x4d, 0x65, 0x64, 0x69, 0x61, 0x18, 0x15, 0x20, 0x01, 0x28,
-	0x03, 0x52, 0x11, 0x4a, 0x79, 0x50, 0x75, 0x62, 0x6c, 0x69, 0x73, 0x68, 0x69, 0x6e, 0x67, 0x4d,
-	0x65, 0x64, 0x69, 0x61, 0x12, 0x2e, 0x0a, 0x12, 0x52, 0x65, 0x63, 0x6f, 0x6d, 0x6d, 0x65, 0x6e,
+	0x03, 0x52, 0x11, 0x6a, 0x79, 0x50, 0x75, 0x62, 0x6c, 0x69, 0x73, 0x68, 0x69, 0x6e, 0x67, 0x4d,
+	0x65, 0x64, 0x69, 0x61, 0x12, 0x2e, 0x0a, 0x12, 0x72, 0x65, 0x63, 0x6f, 0x6d, 0x6d, 0x65, 0x6e,
 	0x64, 0x65, 0x64, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x18, 0x16, 0x20, 0x01, 0x28, 0x03,
-	0x52, 0x12, 0x52, 0x65, 0x63, 0x6f, 0x6d, 0x6d, 0x65, 0x6e, 0x64, 0x65, 0x64, 0x53, 0x65, 0x72,
+	0x52, 0x12, 0x72, 0x65, 0x63, 0x6f, 0x6d, 0x6d, 0x65, 0x6e, 0x64, 0x65, 0x64, 0x53, 0x65, 0x72,
 	0x76, 0x69, 0x63, 0x65, 0x22, 0x4d, 0x0a, 0x07, 0x43, 0x6f, 0x6e, 0x74, 0x61, 0x63, 0x74, 0x12,
 	0x16, 0x0a, 0x06, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52,
 	0x06, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x12, 0x14, 0x0a, 0x05, 0x70, 0x68, 0x6f, 0x6e, 0x65,
@@ -3133,8 +3133,8 @@ var file_consumer_proto_rawDesc = []byte{
 	0x65, 0x72, 0x73, 0x6f, 0x6e, 0x12, 0x14, 0x0a, 0x05, 0x70, 0x68, 0x6f, 0x6e, 0x65, 0x18, 0x04,
 	0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x70, 0x68, 0x6f, 0x6e, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x6f,
 	0x76, 0x65, 0x72, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x03, 0x52, 0x05, 0x6f, 0x76, 0x65, 0x72,
-	0x74, 0x12, 0x2e, 0x0a, 0x12, 0x52, 0x65, 0x63, 0x6f, 0x6d, 0x6d, 0x65, 0x6e, 0x64, 0x65, 0x64,
-	0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x03, 0x52, 0x12, 0x52,
+	0x74, 0x12, 0x2e, 0x0a, 0x12, 0x72, 0x65, 0x63, 0x6f, 0x6d, 0x6d, 0x65, 0x6e, 0x64, 0x65, 0x64,
+	0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x03, 0x52, 0x12, 0x72,
 	0x65, 0x63, 0x6f, 0x6d, 0x6d, 0x65, 0x6e, 0x64, 0x65, 0x64, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63,
 	0x65, 0x22, 0xe4, 0x01, 0x0a, 0x10, 0x4d, 0x79, 0x50, 0x75, 0x62, 0x6c, 0x69, 0x73, 0x68, 0x4c,
 	0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x12, 0x16, 0x0a, 0x06, 0x75, 0x73, 0x65, 0x72, 0x49, 0x64,
@@ -3236,12 +3236,12 @@ var file_consumer_proto_rawDesc = []byte{
 	0x18, 0x13, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x63, 0x6f, 0x6e, 0x73, 0x75, 0x6d, 0x65,
 	0x72, 0x2e, 0x49, 0x6e, 0x66, 0x6f, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x43, 0x6f, 0x6e, 0x74,
 	0x61, 0x63, 0x74, 0x52, 0x11, 0x69, 0x6e, 0x66, 0x6f, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x43,
-	0x6f, 0x6e, 0x74, 0x61, 0x63, 0x74, 0x12, 0x2c, 0x0a, 0x11, 0x4a, 0x79, 0x50, 0x75, 0x62, 0x6c,
+	0x6f, 0x6e, 0x74, 0x61, 0x63, 0x74, 0x12, 0x2c, 0x0a, 0x11, 0x6a, 0x79, 0x50, 0x75, 0x62, 0x6c,
 	0x69, 0x73, 0x68, 0x69, 0x6e, 0x67, 0x4d, 0x65, 0x64, 0x69, 0x61, 0x18, 0x14, 0x20, 0x01, 0x28,
-	0x03, 0x52, 0x11, 0x4a, 0x79, 0x50, 0x75, 0x62, 0x6c, 0x69, 0x73, 0x68, 0x69, 0x6e, 0x67, 0x4d,
-	0x65, 0x64, 0x69, 0x61, 0x12, 0x2e, 0x0a, 0x12, 0x52, 0x65, 0x63, 0x6f, 0x6d, 0x6d, 0x65, 0x6e,
+	0x03, 0x52, 0x11, 0x6a, 0x79, 0x50, 0x75, 0x62, 0x6c, 0x69, 0x73, 0x68, 0x69, 0x6e, 0x67, 0x4d,
+	0x65, 0x64, 0x69, 0x61, 0x12, 0x2e, 0x0a, 0x12, 0x72, 0x65, 0x63, 0x6f, 0x6d, 0x6d, 0x65, 0x6e,
 	0x64, 0x65, 0x64, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x18, 0x15, 0x20, 0x01, 0x28, 0x03,
-	0x52, 0x12, 0x52, 0x65, 0x63, 0x6f, 0x6d, 0x6d, 0x65, 0x6e, 0x64, 0x65, 0x64, 0x53, 0x65, 0x72,
+	0x52, 0x12, 0x72, 0x65, 0x63, 0x6f, 0x6d, 0x6d, 0x65, 0x6e, 0x64, 0x65, 0x64, 0x53, 0x65, 0x72,
 	0x76, 0x69, 0x63, 0x65, 0x22, 0x2f, 0x0a, 0x07, 0x52, 0x65, 0x6c, 0x61, 0x74, 0x65, 0x64, 0x12,
 	0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x64, 0x12,
 	0x14, 0x0a, 0x05, 0x74, 0x69, 0x74, 0x6c, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05,

+ 4 - 4
rpc/manager/manager.proto

@@ -17,8 +17,8 @@ message InfoListReq {
 		int64 PageIndex = 10;//页
 		int64 IsDel = 11;//是否删除
 		int64 Published = 12;//发布状态
-		int64  JyPublishingMedia =13; //0:全部;1需要 -1 不需要
-		int64  RecommendedService =14; //0:全部;1需要 -1 不需要
+		int64  jyPublishingMedia =13; //0:全部;1需要 -1 不需要
+		int64  recommendedService =14; //0:全部;1需要 -1 不需要
 }
 
 //信息列表Resp
@@ -88,8 +88,8 @@ message InfoData {
 	Contact  Contact = 22;//联系人信息
 	Sensitive  sensitive = 23;//敏感词
 	Related  Related = 24;//关联信息
-	int64  JyPublishingMedia =25; //1需要 -1 不需要
-	int64  RecommendedService =26; //1需要 -1 不需要
+	int64  jyPublishingMedia =25; //1需要 -1 不需要
+	int64  recommendedService =26; //1需要 -1 不需要
 }//信息详情
 
 

+ 12 - 12
rpc/manager/type/manager/manager.pb.go

@@ -38,8 +38,8 @@ type InfoListReq struct {
 	PageIndex          int64  `protobuf:"varint,10,opt,name=PageIndex,proto3" json:"PageIndex,omitempty"`                   //页
 	IsDel              int64  `protobuf:"varint,11,opt,name=IsDel,proto3" json:"IsDel,omitempty"`                           //是否删除
 	Published          int64  `protobuf:"varint,12,opt,name=Published,proto3" json:"Published,omitempty"`                   //发布状态
-	JyPublishingMedia  int64  `protobuf:"varint,13,opt,name=JyPublishingMedia,proto3" json:"JyPublishingMedia,omitempty"`   //0:全部;1需要 -1 不需要
-	RecommendedService int64  `protobuf:"varint,14,opt,name=RecommendedService,proto3" json:"RecommendedService,omitempty"` //0:全部;1需要 -1 不需要
+	JyPublishingMedia  int64  `protobuf:"varint,13,opt,name=jyPublishingMedia,proto3" json:"jyPublishingMedia,omitempty"`   //0:全部;1需要 -1 不需要
+	RecommendedService int64  `protobuf:"varint,14,opt,name=recommendedService,proto3" json:"recommendedService,omitempty"` //0:全部;1需要 -1 不需要
 }
 
 func (x *InfoListReq) Reset() {
@@ -576,8 +576,8 @@ type InfoData struct {
 	Contact            *Contact   `protobuf:"bytes,22,opt,name=Contact,proto3" json:"Contact,omitempty"`                        //联系人信息
 	Sensitive          *Sensitive `protobuf:"bytes,23,opt,name=sensitive,proto3" json:"sensitive,omitempty"`                    //敏感词
 	Related            *Related   `protobuf:"bytes,24,opt,name=Related,proto3" json:"Related,omitempty"`                        //关联信息
-	JyPublishingMedia  int64      `protobuf:"varint,25,opt,name=JyPublishingMedia,proto3" json:"JyPublishingMedia,omitempty"`   //1需要 -1 不需要
-	RecommendedService int64      `protobuf:"varint,26,opt,name=RecommendedService,proto3" json:"RecommendedService,omitempty"` //1需要 -1 不需要
+	JyPublishingMedia  int64      `protobuf:"varint,25,opt,name=jyPublishingMedia,proto3" json:"jyPublishingMedia,omitempty"`   //1需要 -1 不需要
+	RecommendedService int64      `protobuf:"varint,26,opt,name=recommendedService,proto3" json:"recommendedService,omitempty"` //1需要 -1 不需要
 }
 
 func (x *InfoData) Reset() {
@@ -1542,11 +1542,11 @@ var file_manager_proto_rawDesc = []byte{
 	0x0a, 0x05, 0x49, 0x73, 0x44, 0x65, 0x6c, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x03, 0x52, 0x05, 0x49,
 	0x73, 0x44, 0x65, 0x6c, 0x12, 0x1c, 0x0a, 0x09, 0x50, 0x75, 0x62, 0x6c, 0x69, 0x73, 0x68, 0x65,
 	0x64, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x50, 0x75, 0x62, 0x6c, 0x69, 0x73, 0x68,
-	0x65, 0x64, 0x12, 0x2c, 0x0a, 0x11, 0x4a, 0x79, 0x50, 0x75, 0x62, 0x6c, 0x69, 0x73, 0x68, 0x69,
-	0x6e, 0x67, 0x4d, 0x65, 0x64, 0x69, 0x61, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x03, 0x52, 0x11, 0x4a,
+	0x65, 0x64, 0x12, 0x2c, 0x0a, 0x11, 0x6a, 0x79, 0x50, 0x75, 0x62, 0x6c, 0x69, 0x73, 0x68, 0x69,
+	0x6e, 0x67, 0x4d, 0x65, 0x64, 0x69, 0x61, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x03, 0x52, 0x11, 0x6a,
 	0x79, 0x50, 0x75, 0x62, 0x6c, 0x69, 0x73, 0x68, 0x69, 0x6e, 0x67, 0x4d, 0x65, 0x64, 0x69, 0x61,
-	0x12, 0x2e, 0x0a, 0x12, 0x52, 0x65, 0x63, 0x6f, 0x6d, 0x6d, 0x65, 0x6e, 0x64, 0x65, 0x64, 0x53,
-	0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x03, 0x52, 0x12, 0x52, 0x65,
+	0x12, 0x2e, 0x0a, 0x12, 0x72, 0x65, 0x63, 0x6f, 0x6d, 0x6d, 0x65, 0x6e, 0x64, 0x65, 0x64, 0x53,
+	0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x03, 0x52, 0x12, 0x72, 0x65,
 	0x63, 0x6f, 0x6d, 0x6d, 0x65, 0x6e, 0x64, 0x65, 0x64, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65,
 	0x22, 0x65, 0x0a, 0x0c, 0x49, 0x6e, 0x66, 0x6f, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x70,
 	0x12, 0x19, 0x0a, 0x08, 0x65, 0x72, 0x72, 0x5f, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01,
@@ -1635,12 +1635,12 @@ var file_manager_proto_rawDesc = []byte{
 	0x73, 0x65, 0x6e, 0x73, 0x69, 0x74, 0x69, 0x76, 0x65, 0x12, 0x2a, 0x0a, 0x07, 0x52, 0x65, 0x6c,
 	0x61, 0x74, 0x65, 0x64, 0x18, 0x18, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x10, 0x2e, 0x6d, 0x61, 0x6e,
 	0x61, 0x67, 0x65, 0x72, 0x2e, 0x52, 0x65, 0x6c, 0x61, 0x74, 0x65, 0x64, 0x52, 0x07, 0x52, 0x65,
-	0x6c, 0x61, 0x74, 0x65, 0x64, 0x12, 0x2c, 0x0a, 0x11, 0x4a, 0x79, 0x50, 0x75, 0x62, 0x6c, 0x69,
+	0x6c, 0x61, 0x74, 0x65, 0x64, 0x12, 0x2c, 0x0a, 0x11, 0x6a, 0x79, 0x50, 0x75, 0x62, 0x6c, 0x69,
 	0x73, 0x68, 0x69, 0x6e, 0x67, 0x4d, 0x65, 0x64, 0x69, 0x61, 0x18, 0x19, 0x20, 0x01, 0x28, 0x03,
-	0x52, 0x11, 0x4a, 0x79, 0x50, 0x75, 0x62, 0x6c, 0x69, 0x73, 0x68, 0x69, 0x6e, 0x67, 0x4d, 0x65,
-	0x64, 0x69, 0x61, 0x12, 0x2e, 0x0a, 0x12, 0x52, 0x65, 0x63, 0x6f, 0x6d, 0x6d, 0x65, 0x6e, 0x64,
+	0x52, 0x11, 0x6a, 0x79, 0x50, 0x75, 0x62, 0x6c, 0x69, 0x73, 0x68, 0x69, 0x6e, 0x67, 0x4d, 0x65,
+	0x64, 0x69, 0x61, 0x12, 0x2e, 0x0a, 0x12, 0x72, 0x65, 0x63, 0x6f, 0x6d, 0x6d, 0x65, 0x6e, 0x64,
 	0x65, 0x64, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x18, 0x1a, 0x20, 0x01, 0x28, 0x03, 0x52,
-	0x12, 0x52, 0x65, 0x63, 0x6f, 0x6d, 0x6d, 0x65, 0x6e, 0x64, 0x65, 0x64, 0x53, 0x65, 0x72, 0x76,
+	0x12, 0x72, 0x65, 0x63, 0x6f, 0x6d, 0x6d, 0x65, 0x6e, 0x64, 0x65, 0x64, 0x53, 0x65, 0x72, 0x76,
 	0x69, 0x63, 0x65, 0x22, 0x49, 0x0a, 0x07, 0x43, 0x6f, 0x6e, 0x74, 0x61, 0x63, 0x74, 0x12, 0x12,
 	0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61,
 	0x6d, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x70, 0x68, 0x6f, 0x6e, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28,