Compare commits
2 Commits
39cb9bc91f
...
909bf31192
| Author | SHA1 | Date |
|---|---|---|
|
|
909bf31192 | |
|
|
31ef5ee93b |
|
|
@ -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":
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue