public function publish_article($title, $message, $keywords, $uid, $topics = null, $category_id = null, $attach_access_key = null, $create_topic = true) { if ($article_id = $this->insert('article', array( 'uid' => intval($uid), 'title' => htmlspecialchars($title), 'message' => htmlspecialchars($message), 'keywords' => htmlspecialchars($keywords), 'category_id' => intval($category_id), 'add_time' => time() )))新发布的时候输入关键词然后发布 然后点击刚发布的文章返回如下结果(其中128为当前发布者的账号id) 如果再次编辑的时候输入关键词就可以保持成功 这是哪里没有修改吗??求指导
AI智能回复搜索中,请稍后...