@@ -144,6 +144,7 @@ func (this *VideoController) List() {
} else {
list := make([]*models.VideoList, 0)
resp.List = list
+ resp.Status = status
br.Ret = 200
br.Success = true
br.Msg = "获取成功"