|
@@ -271,7 +271,7 @@ 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')))) {
|
|
|
+ /* if (in_array($this->distribution_channel_id, explode(',', env('ADS_OPEN_SITE')))) {
|
|
|
$appad = 0;
|
|
|
$my_bid = $bid;
|
|
|
if ($appad) {
|
|
@@ -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) {
|