$postComment['id'], 'uid' => $postComment['uid'], 'username' => subtext($postComment['username'], 10), 'reply_username' => subtext($postComment['reply_username'], 10), 'avatar' => $postComment['avatar'], 'content' => $postComment['is_delete']?'该回复已被删除':$postComment['content'], 'created_at' => Carbon::parse($postComment['created_at'])->diffForHumans(), ]; } }