test more value

This commit is contained in:
2023-03-10 11:34:58 +08:00
parent cdbc566f3f
commit 5f27665b73
3 changed files with 6 additions and 0 deletions
+6
View File
@@ -27,6 +27,12 @@ message RegisterRequest {
google.protobuf.Value google_value = 16;
uint64 int64_value = 17;
uint32 int32_value = 18;
double double_value = 19;
float float_value=20;
sint64 sint64_value = 21;
message Address {
string address = 1;
string postal_code = 2;