Ver código fonte

Merge branch 'free_share' of iqiyoo:zhuishuyun_wap into free_share

onlinetest 6 anos atrás
pai
commit
666f635234

+ 1 - 0
app/Http/Controllers/Wap/Advertises/ShareController.php

@@ -115,6 +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);
     }
 }