Explorar el Código

set default zw014

songdb hace 6 años
padre
commit
4a69e2177f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/Http/Controllers/Wap/Web/WelcomeController.php

+ 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');