作者 李宇航

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

变更数据



查看合并请求 !3232
... ... @@ -234,7 +234,7 @@ class TicketUploadDataLogic extends BaseLogic
public function save5NewsData($info,$url){
$response = Http::withHeaders([])->asForm()->post($url, [
'title' => $info['text']['title'] ?? 'ceshi123',
'cate' => $info['text']['cate'] ?? '',
'cate' => isset($info['text']['cate']) ? implode(',', $info['text']['cate']) : '',
'content'=>$info['text']['content'] ?? '',
'image'=>$info['text']['image'] ?? '',
]);
... ...