|
@@ -241,10 +241,11 @@ public class VideoStableServiceImpl extends BaseServiceImpl<VideoStableMapper, V
|
|
|
if (responseEntity.getStatus() == 200) {
|
|
|
videoStable.setStatus(BizConstant.VideoStatus.FAILED);
|
|
|
updateById(videoStable);
|
|
|
- return CommonResult.fail("start video_stable failed");
|
|
|
+ return CommonResult.success("任务开始成功,请等待完成");
|
|
|
+ }
|
|
|
+ else {
|
|
|
+ return CommonResult.fail("任务开始失败,请检查!");
|
|
|
}
|
|
|
-
|
|
|
- return CommonResult.success("start video_stable success");
|
|
|
}
|
|
|
|
|
|
public HttpResponseEntity sendPostMsg(String url, Object obj) {
|