作者 anyv
1 个管道 的构建 通过 耗费 0 秒

6

... ... @@ -81,7 +81,7 @@ class ProductController extends HomeBaseController{
$id = input('post.id');
$data = Db::name('portal_post') -> where('id',$id) -> find();
$dara['post_content'] = cmf_replace_content_file_url(htmlspecialchars_decode($data['post_contentS']));
$dara['post_content'] = cmf_replace_content_file_url(htmlspecialchars_decode($data['post_content']));
return json_encode($data);
}
... ...