|
@@ -115,7 +115,7 @@ class ShareController extends BaseController
|
|
|
encodeDistributionChannelId($distribution_channel_id),
|
|
|
env('CUSTOM_HOST')
|
|
|
);
|
|
|
- \Log::info('jump_link:'.$jump_link);
|
|
|
- header('location:'.$jump_link.'/reader?bid='.$bid_encode.'&cid='.$cid);
|
|
|
+ \Log::info('jump_link:'.$jump_link.'reader?bid='.$bid_encode.'&cid='.$cid);
|
|
|
+ header('location:'.$jump_link.'reader?bid='.$bid_encode.'&cid='.$cid);
|
|
|
}
|
|
|
}
|