| #618 | 'filenum' => $olddata['filenum'], |
| #619 | 'iscomment' => isset($post['iscomment']) ? (int)$post['iscomment'] : 0, |
| #620 | 'comments' => (int)$olddata['comments'], |
| #621 | 'flags' => implode(',', $flags), |
| #622 | 'seo_title' => isset($post['seo_title']) ? trim(strip_tags($post['seo_title'])) : '', |
| #623 | 'seo_keywords' => isset($post['seo_keywords']) ? trim(strip_tags($post['seo_keywords'])) : '', |
| #624 | 'seo_description' => isset($post['seo_description']) ? trim(strip_tags($post['seo_description'])) : '', |
| #625 | 'jumpurl' => isset($post['jumpurl']) ? trim($post['jumpurl']) : '', |
| #626 | ); |
| #627 | //发布时间 可以传递 2024-07-10 这种格式 |