Browse Source

提交代码

tags/v1.22.7.1
ychao_1983 3 years ago
parent
commit
02f920fbe6
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      routers/api/v1/repo/cloudbrain.go

+ 2
- 2
routers/api/v1/repo/cloudbrain.go View File

@@ -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,
})


Loading…
Cancel
Save