yinbangzhong 2 лет назад
Родитель
Сommit
a5429b8a83
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      controllers/audio.go

+ 1 - 1
controllers/audio.go

@@ -113,7 +113,7 @@ func (slf AudioCtl) Upload(c *gin.Context) {
 		util.ResponseFormat(c, code.SaveFail, "上传失败")
 		util.ResponseFormat(c, code.SaveFail, "上传失败")
 		return
 		return
 	} else {
 	} else {
-		util.ResponseFormat(c, code.SaveFail, "上传成功")
+		util.ResponseFormat(c, code.Success, "上传成功")
 		return
 		return
 	}
 	}
 	go func() {
 	go func() {