作者 潘浩文
1 个管道 的构建 通过 耗费 6 秒

修改意见

... ... @@ -115,7 +115,7 @@ class SignController extends RestBaseController
$this->success('首页信息',array(
'is_week'=>$is_week,
'sign'=>$data['sign'],
'slogan'=>$re['slogan'],
'slogan'=>cmf_replace_content_file_url(htmlspecialchars_decode($re['slogan'])),
'start_time'=>$data['start_time'],
'end_time'=>$data['end_time'],
));
... ...