作者 李宇航

合并分支 'lyh-server' 到 'master'

变更数据



查看合并请求 !3231
@@ -233,7 +233,7 @@ class TicketUploadDataLogic extends BaseLogic @@ -233,7 +233,7 @@ class TicketUploadDataLogic extends BaseLogic
233 */ 233 */
234 public function save5NewsData($info,$url){ 234 public function save5NewsData($info,$url){
235 $response = Http::withHeaders([])->asForm()->post($url, [ 235 $response = Http::withHeaders([])->asForm()->post($url, [
236 - 'title' => $info['text']['title'], 236 + 'title' => $info['text']['title'] ?? 'ceshi123',
237 'cate' => $info['text']['cate'] ?? '', 237 'cate' => $info['text']['cate'] ?? '',
238 'content'=>$info['text']['content'] ?? '', 238 'content'=>$info['text']['content'] ?? '',
239 'image'=>$info['text']['image'] ?? '', 239 'image'=>$info['text']['image'] ?? '',