提交 cf4430a2 编写于 作者: P pengys5

Replace mistake

上级 40a9686a
......@@ -19,19 +19,19 @@ service InstanceDiscoveryService {
}
message ApplicationInstance {
int32 frontApplicationId = 1;
int32 applicationId = 1;
string agentUUID = 2;
int64 registerTime = 3;
OSInfo osinfo = 4;
}
message ApplicationInstanceMapping {
int32 frontApplicationId = 1;
int32 applicationId = 1;
int32 applicationInstanceId = 2;
}
message ApplicationInstanceRecover {
int32 frontApplicationId = 1;
int32 applicationId = 1;
int32 applicationInstanceId = 2;
int64 registerTime = 3;
OSInfo osinfo = 4;
......@@ -70,5 +70,5 @@ message ServiceNameMappingElement {
message ServiceNameElement {
string serviceName = 1;
int32 frontApplicationId = 2;
int32 applicationId = 2;
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册