Authored by xiaofeng.yao@yoho.cn

分享url出错问题

... ... @@ -334,7 +334,7 @@ class LivingController extends BaseController
}
$ret['background_pic'] = 'http://img11.static.yhbimg.com/global/2016/08/17/18/01f17a9cd44149052482e4ee58e590cf1b.png';
$ret['share_url'] = 'http://m.yohobuy.com/activity/live/replay/'.$room_id;
$ret['share_url'] = 'http://m.yohobuy.com/activity/live/replay/'.$video_id;
$ret['share_title'] = '分享标题';
$ret['share_content'] = '分享内容';
... ...