正在显示
1 个修改的文件
包含
2 行增加
和
1 行删除
| @@ -68,7 +68,8 @@ class AyrReleaseController extends BaseController | @@ -68,7 +68,8 @@ class AyrReleaseController extends BaseController | ||
| 68 | $data['images'] = $this->param['images']; | 68 | $data['images'] = $this->param['images']; |
| 69 | } | 69 | } |
| 70 | //参数处理 | 70 | //参数处理 |
| 71 | - $this->param['mediaUrls'] = $ayrReleaseLogic->image_file_param($data); | 71 | +// $this->param['mediaUrls'] = $ayrReleaseLogic->image_file_param($data); |
| 72 | + $this->param['mediaUrls'] = ["https://hub.globalso.com/upload/p/1/video/2023-07/64c3226fa0fbc96360.mp4"]; | ||
| 72 | //统一生成发布 | 73 | //统一生成发布 |
| 73 | $param = [ | 74 | $param = [ |
| 74 | 'post'=>$this->param['content'], | 75 | 'post'=>$this->param['content'], |
-
请 注册 或 登录 后发表评论