作者 lyh

gx脚本

@@ -258,6 +258,7 @@ class WeekProject extends Command @@ -258,6 +258,7 @@ class WeekProject extends Command
258 } 258 }
259 $timestamp = strtotime('tomorrow 9:00 AM'); 259 $timestamp = strtotime('tomorrow 9:00 AM');
260 $tomorrowNineAM = date('Y-m-d H:i:s', $timestamp); 260 $tomorrowNineAM = date('Y-m-d H:i:s', $timestamp);
  261 + $content = preg_replace('/[\x00-\x1F\x7F]/u', '', $content);
261 $param = [ 262 $param = [
262 'project_id'=>$project_id, 263 'project_id'=>$project_id,
263 'friend_id'=>$friend_id, 264 'friend_id'=>$friend_id,