修改部分小数数字精度(float->double),增加用户服务状态API

This commit is contained in:
刘祥超
2022-10-23 16:29:08 +08:00
parent a9789c2f22
commit 57f3c72058
29 changed files with 5310 additions and 4750 deletions

View File

@@ -17,6 +17,7 @@ message NodeTask {
int64 version = 7;
bool isPrimary = 8; // 是否为主节点,非主节点稍等再同步有利于提升同步速度
int64 serverId = 9;
int64 userId = 10;
Node node = 30;
NodeCluster nodeCluster = 31;