From e7fc69462955c86d70f3f7f33712dfe33ecefbc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E6=96=B0=E5=85=83=20Liu=20XinYuan?= <879928098@qq.com> Date: Thu, 13 Sep 2018 22:01:41 +0800 Subject: [PATCH] Update InstancePing.proto (#1) Modify instance code to instance uuid --- register/InstancePing.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/register/InstancePing.proto b/register/InstancePing.proto index 9d9069b..3a332a6 100644 --- a/register/InstancePing.proto +++ b/register/InstancePing.proto @@ -32,4 +32,5 @@ service ServiceInstancePing { message ServiceInstancePingPkg { int32 serviceInstanceId = 1; int64 time = 2; + string serviceInstanceUUID = 3; } -- GitLab