Authored by hf

code review by fei.hong: do add get guang detail api for yoho boys and girls call

... ... @@ -360,8 +360,11 @@ class InfoController extends AbstractAction
break;
}
$app = $this->get('app');
$isApp = empty($app) ? false : true;
/* 判断是否有内容 */
$detail = DetailData::packageForYoho($id, true);
$detail = DetailData::package($id, $isApp);
if (empty($detail['getArticleContent'])) {
break;
}
... ...