Przeglądaj źródła

set default zw014

songdb 6 lat temu
rodzic
commit
4a69e2177f

+ 1 - 1
app/Http/Controllers/Wap/Web/WelcomeController.php

@@ -107,7 +107,7 @@ class WelcomeController extends BaseController
         $cpc_channel = '';
         if($adTargetId){
             $cpc_channel = Redis::hget('channel:setting:'.$this->distribution_channel_id,'cpc_channel');
-            if(!$cpc_channel) $cpc_channel = 'zw001';
+            if(!$cpc_channel) $cpc_channel = 'zw014';
         }
         //广告frame
         $is_show_ad_frame_setting = env('IS_SHOW_AD_FRAME_SETTING', '123');