Explorar o código

default cpc channel

zz %!s(int64=6) %!d(string=hai) anos
pai
achega
238b2e47f5
Modificáronse 1 ficheiros con 1 adicións e 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 = false;
+            if(!$cpc_channel) $cpc_channel = 'zw001';
         }
         //广告frame
         $is_show_ad_frame_setting = env('IS_SHOW_AD_FRAME_SETTING', '123');