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