修复错误提示
This commit is contained in:
parent
fb77d2560f
commit
70a7b0545c
@ -231,7 +231,7 @@ func UpdateWorkVideo(ctx *gin.Context) {
|
|||||||
FileName: "",
|
FileName: "",
|
||||||
})
|
})
|
||||||
if errs != nil {
|
if errs != nil {
|
||||||
service.Error(ctx, err)
|
service.Error(ctx, errs)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
if fileResp.SecurityStatus == "high" {
|
if fileResp.SecurityStatus == "high" {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user