正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -77,7 +77,7 @@ class AyrReleaseController extends BaseController | @@ -77,7 +77,7 @@ class AyrReleaseController extends BaseController | ||
| 77 | //统一生成发布 | 77 | //统一生成发布 |
| 78 | foreach ($this->param['platforms'] as $value){ | 78 | foreach ($this->param['platforms'] as $value){ |
| 79 | if($value == 'youtube'){ | 79 | if($value == 'youtube'){ |
| 80 | - $param['youTubeOptions'] = json_encode(['title'=>$this->param['title']]); | 80 | + $param['youTubeOptions'] = ['title'=>$this->param['title']]; |
| 81 | } | 81 | } |
| 82 | } | 82 | } |
| 83 | 83 |
-
请 注册 或 登录 后发表评论