Add PYQ control flag

This commit is contained in:
Changhua
2023-07-16 18:35:53 +08:00
parent fed3143b19
commit 2d5097ee3d
6 changed files with 69 additions and 58 deletions
+1
View File
@@ -44,6 +44,7 @@ message Request
DecPath dec = 10;
Transfer tf = 11;
uint64 ui64 = 12; // 64 位整数,通用
bool flag = 13;
}
}