作者 李宇航

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

变更数据



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