From a5b6c144b72dd3a9a96b541c778b7fb79886049f Mon Sep 17 00:00:00 2001 From: brightestboy Date: Tue, 5 Mar 2019 20:34:12 +0800 Subject: [PATCH] =?UTF-8?q?bool=E9=BB=98=E8=AE=A4=E5=80=BC=E4=B8=BAfalse?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/protobuf/peer.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/protobuf/peer.proto b/src/main/protobuf/peer.proto index 690e6d20..3d6dc3e9 100644 --- a/src/main/protobuf/peer.proto +++ b/src/main/protobuf/peer.proto @@ -54,7 +54,7 @@ message CertId { message Certificate { string certificate = 1; //内含签发机构 string alg_type = 2;//直接填写具体算法,如:ECDSA下的SHA1withECDSA,SHA512withECDSA等 - bool cert_valid = 3;//证书是否有效,true 有效;false 无效;默认为true + bool cert_valid = 3;//证书是否有效,true 有效;false 无效;protobuf默认该值为false google.protobuf.Timestamp reg_Time = 4; //注册时间 google.protobuf.Timestamp unreg_Time = 5; //注销时间 }