联系官方销售客服
1835022288
028-61286886
更新文章的方法要用哪个才行
$this->_module_init($mid, SITE_ID);
$data = $this->content_model->get_data($id);
获取数据修改后,再去更新数据
我用save_content好像不行
$this->content_model->save_content($id, [
'title' => $newtitle,
'content' => $newcontent
]);