作者 sgj
1 个管道 的构建 失败 耗费 0 秒

修改接口

... ... @@ -43,6 +43,7 @@ class TeamModel extends Model
$map['id']=$id;
$info=$this->where($map)->find();
$info['create_time_attr']=date('Y-m-d',$info['create_time']);
$info['content']=cmf_replace_content_file_url(htmlspecialchars_decode($info['content']));
return $info;
}
... ...