Pārlūkot izejas kodu

Merge branch 'free_share' of iqiyoo:zhuishuyun_wap into free_share

onlinetest 6 gadi atpakaļ
vecāks
revīzija
0957c3cace

+ 2 - 2
app/Http/Controllers/Wap/Advertises/ShareController.php

@@ -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);
     }
 }