作者 lyh

gx

@@ -74,7 +74,7 @@ class AyrReleaseController extends BaseController @@ -74,7 +74,7 @@ class AyrReleaseController extends BaseController
74 $param = [ 74 $param = [
75 'post'=>$this->param['content'], 75 'post'=>$this->param['content'],
76 'platforms'=>$this->param['platforms'], 76 'platforms'=>$this->param['platforms'],
77 -// 'mediaUrls'=>$this->param['mediaUrls'],//参数处理 77 + 'mediaUrls'=>$this->param['mediaUrls'],//参数处理
78 'scheduleDate'=>$formattedTime,//时间(如是过去时间,立即发布) 78 'scheduleDate'=>$formattedTime,//时间(如是过去时间,立即发布)
79 ]; 79 ];
80 //发送请求发布社交文章 80 //发送请求发布社交文章