|
...
|
...
|
@@ -68,7 +68,8 @@ class AyrReleaseController extends BaseController |
|
|
|
$data['images'] = $this->param['images'];
|
|
|
|
}
|
|
|
|
//参数处理
|
|
|
|
$this->param['mediaUrls'] = $ayrReleaseLogic->image_file_param($data);
|
|
|
|
// $this->param['mediaUrls'] = $ayrReleaseLogic->image_file_param($data);
|
|
|
|
$this->param['mediaUrls'] = ["https://ecdn6.globalso.com/upload/p/2/file/2024-01/65964b260003736548.mp4"];
|
|
|
|
//时间处理
|
|
|
|
//统一生成发布
|
|
|
|
$param = [
|
...
|
...
|
|