duxin 3 anos atrás
pai
commit
7267caae5b
2 arquivos alterados com 3 adições e 3 exclusões
  1. 1 1
      jyBXBase/rpc/bxbase.proto
  2. 2 2
      jyBXBase/rpc/type/bxbase/bxbase.pb.go

+ 1 - 1
jyBXBase/rpc/bxbase.proto

@@ -148,7 +148,7 @@ message AddSearchReq{
   string fileExists =14;//附件
   string notKey =15;//排除词
   string  city=16;
-  string inKey =18;
+  string inKey =17;
 }
 
 message DelSearchReq{

+ 2 - 2
jyBXBase/rpc/type/bxbase/bxbase.pb.go

@@ -1470,7 +1470,7 @@ type AddSearchReq struct {
 	FileExists   string `protobuf:"bytes,14,opt,name=fileExists,proto3" json:"fileExists,omitempty"`     //附件
 	NotKey       string `protobuf:"bytes,15,opt,name=notKey,proto3" json:"notKey,omitempty"`             //排除词
 	City         string `protobuf:"bytes,16,opt,name=city,proto3" json:"city,omitempty"`
-	InKey        string `protobuf:"bytes,18,opt,name=inKey,proto3" json:"inKey,omitempty"`
+	InKey        string `protobuf:"bytes,17,opt,name=inKey,proto3" json:"inKey,omitempty"`
 }
 
 func (x *AddSearchReq) Reset() {
@@ -1985,7 +1985,7 @@ var file_bxbase_proto_rawDesc = []byte{
 	0x74, 0x73, 0x12, 0x16, 0x0a, 0x06, 0x6e, 0x6f, 0x74, 0x4b, 0x65, 0x79, 0x18, 0x0f, 0x20, 0x01,
 	0x28, 0x09, 0x52, 0x06, 0x6e, 0x6f, 0x74, 0x4b, 0x65, 0x79, 0x12, 0x12, 0x0a, 0x04, 0x63, 0x69,
 	0x74, 0x79, 0x18, 0x10, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x63, 0x69, 0x74, 0x79, 0x12, 0x14,
-	0x0a, 0x05, 0x69, 0x6e, 0x4b, 0x65, 0x79, 0x18, 0x12, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x69,
+	0x0a, 0x05, 0x69, 0x6e, 0x4b, 0x65, 0x79, 0x18, 0x11, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x69,
 	0x6e, 0x4b, 0x65, 0x79, 0x22, 0x1e, 0x0a, 0x0c, 0x44, 0x65, 0x6c, 0x53, 0x65, 0x61, 0x72, 0x63,
 	0x68, 0x52, 0x65, 0x71, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09,
 	0x52, 0x02, 0x69, 0x64, 0x22, 0x3f, 0x0a, 0x09, 0x43, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x52, 0x65,