From 02f920fbe61918949a4085779c857b4995cb4cea Mon Sep 17 00:00:00 2001 From: ychao_1983 Date: Wed, 13 Jul 2022 19:45:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- routers/api/v1/repo/cloudbrain.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/routers/api/v1/repo/cloudbrain.go b/routers/api/v1/repo/cloudbrain.go index 01b910887..77d621275 100755 --- a/routers/api/v1/repo/cloudbrain.go +++ b/routers/api/v1/repo/cloudbrain.go @@ -155,13 +155,13 @@ func DelCloudBrainJob(ctx *context.APIContext) { if errStr != "" { ctx.JSON(http.StatusOK, map[string]interface{}{ - "Message": ctx.Tr(errStr), + "message": ctx.Tr(errStr), "VersionName": versionName, "code": 1, }) } else { ctx.JSON(http.StatusOK, map[string]interface{}{ - "Message": "", + "message": "", "VersionName": versionName, "code": 0, })