|
|
@ -95,7 +95,7 @@ Class ApiController extends SiteController { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
if ($code == 1) { //保存视频 |
|
|
|
if ($code == 1) { //保存视频 |
|
|
|
$msg = $this->saveShareVideo($content, $title, $tagName) ? '视频保存完成。' : '视频保存失败!'; |
|
|
|
$msg = $this->saveShareVideo($content, $title, $tagName) ? '视频保存完成,系统开始自动处理,1 - 3 分钟后刷新就能看到新添加的视频了。' : '视频保存失败,请稍后重试!'; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
return $this->renderJson(compact('code', 'msg', 'err')); |
|
|
|
return $this->renderJson(compact('code', 'msg', 'err')); |
|
|
|