|
...
|
...
|
@@ -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://hub.globalso.com/upload/p/1/video/2023-07/64c3226fa0fbc96360.mp4"];
|
|
|
|
//统一生成发布
|
|
|
|
$param = [
|
|
|
|
'post'=>$this->param['content'],
|
...
|
...
|
|