作者 lyh

gx脚本

@@ -310,6 +310,7 @@ class DownloadProject extends Command @@ -310,6 +310,7 @@ class DownloadProject extends Command
310 } 310 }
311 $timestamp = strtotime('tomorrow 9:00 AM'); 311 $timestamp = strtotime('tomorrow 9:00 AM');
312 $tomorrowNineAM = date('Y-m-d H:i:s', $timestamp); 312 $tomorrowNineAM = date('Y-m-d H:i:s', $timestamp);
  313 + $content = preg_replace('/[\x00-\x1F\x7F]/u', '', $content);
313 $param = [ 314 $param = [
314 'project_id'=>$project_id, 315 'project_id'=>$project_id,
315 'friend_id'=>17667, 316 'friend_id'=>17667,