Compare commits

...

2 Commits

Author SHA1 Message Date
junleea 909bf31192 Merge branch 'refs/heads/feat-video' 2024-12-17 18:58:04 +08:00
junleea 31ef5ee93b 修改删除逻辑,添加逻辑删除回归 2024-12-17 18:57:57 +08:00
1 changed files with 1 additions and 0 deletions

View File

@ -92,6 +92,7 @@ func QuashVideo(user int, data map[string]interface{}) (int, string) {
if res == 0 { if res == 0 {
msg = strconv.Itoa(video_id) + " rollback video error" msg = strconv.Itoa(video_id) + " rollback video error"
} else { } else {
res = 0
msg = "success" msg = "success"
} }
case "delay": case "delay":