Authored by xiaofeng.yao@yoho.cn

修改详情直播预告时间

@@ -212,7 +212,7 @@ class LivingController extends BaseController @@ -212,7 +212,7 @@ class LivingController extends BaseController
212 'living'=>$model->living, 212 'living'=>$model->living,
213 'like_num'=>0, 213 'like_num'=>0,
214 'audience_num'=>0,//在线人数 214 'audience_num'=>0,//在线人数
215 - 'live_start_time'=>0, 215 + 'live_start_time'=>$model->starting_time,
216 'rtmp_downstream_address'=>'', 216 'rtmp_downstream_address'=>'',
217 'flv_downstream_address'=>'', 217 'flv_downstream_address'=>'',
218 'hls_downstream_address'=>'', 218 'hls_downstream_address'=>'',