Authored by hf

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

... ... @@ -359,9 +359,12 @@ class InfoController extends AbstractAction
if (!is_numeric($id)) {
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;
}
... ...