作者 lyh

gx

@@ -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