|
|
@@ -368,7 +368,7 @@ class VideoService extends BaseService
|
|
|
$albums = isset($params['albums'])? $params['albums'] : [];
|
|
|
if($type == 1) {
|
|
|
if($fileUrl){
|
|
|
- $result = upload_video($fileUrl,'file_url');
|
|
|
+ $result = upload_video($fileUrl,'video');
|
|
|
$fileUrl = isset($result['file_path'])? $result['file_path'] : '';
|
|
|
if(empty($fileUrl)){
|
|
|
$this->error = 2212;
|