Compare commits
No commits in common. "909bf31192e9e78ff7c825074cf8acba6005275a" and "39cb9bc91f025848dfc2459d06cdceac01620a02" have entirely different histories.
909bf31192
...
39cb9bc91f
|
|
@ -92,7 +92,6 @@ 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