bool默认值为false

This commit is contained in:
brightestboy 2019-03-05 20:34:12 +08:00
parent 9de6630c41
commit a5b6c144b7

View File

@ -54,7 +54,7 @@ message CertId {
message Certificate { message Certificate {
string certificate = 1; // string certificate = 1; //
string alg_type = 2;//:ECDSA下的SHA1withECDSA,SHA512withECDSA等 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 reg_Time = 4; //
google.protobuf.Timestamp unreg_Time = 5; // google.protobuf.Timestamp unreg_Time = 5; //
} }