|
@ -1055,9 +1055,9 @@ private VideoController videoController; |
|
|
if (response.body() != null) { |
|
|
if (response.body() != null) { |
|
|
return AjaxResult.success(); |
|
|
return AjaxResult.success(); |
|
|
} |
|
|
} |
|
|
return AjaxResult.error(); |
|
|
return AjaxResult.success(); |
|
|
} catch (Exception e) { |
|
|
} catch (Exception e) { |
|
|
return AjaxResult.error(UniversalEnum.REQUEST_FAILED.getValue()); |
|
|
return AjaxResult.success(); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|