Merge branch 'refs/heads/feat-video'

This commit is contained in:
junleea 2024-12-17 18:58:04 +08:00
commit 909bf31192
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 {
msg = strconv.Itoa(video_id) + " rollback video error"
} else {
res = 0
msg = "success"
}
case "delay":