From 4557dcd335862ce11ce50db3b5b1c7603c734332 Mon Sep 17 00:00:00 2001 From: zhangwei <894646498@qq.com> Date: Wed, 21 Jun 2023 16:16:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E8=A7=84=E8=8C=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Former-commit-id: 34cdece43beb05b06d7b3748ba523c0a0b9afa06 --- adaptor/PCM-CORE/api/desc/core/pcm-core.api | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adaptor/PCM-CORE/api/desc/core/pcm-core.api b/adaptor/PCM-CORE/api/desc/core/pcm-core.api index 6b116442..81d8da7e 100644 --- a/adaptor/PCM-CORE/api/desc/core/pcm-core.api +++ b/adaptor/PCM-CORE/api/desc/core/pcm-core.api @@ -211,7 +211,7 @@ type ( TrainJob { Name string `json:"name"` Status string `json:"status"` - ServiceName string `json:"ServiceName"` + ServiceName string `json:"serviceName"` SynergyStatus string `json:"synergyStatus"` Strategy int `json:"strategy"` }