Prechádzať zdrojové kódy

Merge branch 'stabble' of iqiyoo:zhuishuyun_wap

zz 5 rokov pred
rodič
commit
3ebd7907cb

+ 3 - 3
app/Http/Controllers/Wap/Order/OrdersController.php

@@ -271,8 +271,8 @@ class OrdersController extends BaseController
         //yqLog('user')->info('user is ',['charge_count'=>$user->charge_count]);
         $data = [];
         $appad = 0;
-        if (in_array($this->distribution_channel_id, explode(',', env('ADS_OPEN_SITE')))) {
-            $appad = $this->appad();
+     /*   if (in_array($this->distribution_channel_id, explode(',', env('ADS_OPEN_SITE')))) {
+            $appad = 0;
             $my_bid = $bid;
             if ($appad) {
                 try {
@@ -287,7 +287,7 @@ class OrdersController extends BaseController
                     \Log::error('insert into advertise_access_rec failded:' . $e->getMessage());
                 }
             }
-        }
+        }*/
         $property = UserDivisionCpcPropertyService::getUserProperty($this->uid);
         //\Log::info('ad-tu:uid:'.$uid.':'.$appad);
         foreach ($res as $v) {