Commit b6083340 by Administrator

'上传课件视频报错修改'

parent 72a2dcd2
...@@ -55,7 +55,7 @@ class PublicAction extends Action ...@@ -55,7 +55,7 @@ class PublicAction extends Action
$time = time(); $time = time();
$video_hash_str = createVideoHashedQueryString( $query , $time); $video_hash_str = createVideoHashedQueryString( $query , $time);
$upload_url = $video_hash_str['str'] . '&time=' . $time . '&hash=' . $video_hash_str['hash']; $upload_url = $video_hash_str['str'] . '&time=' . $time . '&hash=' . $video_hash_str['hash'];
echo $upload_url; echo 1;
} }
//回调cc视频信息 //回调cc视频信息
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment