|
@@ -267,6 +267,7 @@ class OrdersController extends BaseController
|
|
|
if(in_array($this->distribution_channel_id,explode(',',env('ADS_OPEN_SITE')))){
|
|
|
$appad = $this->appad();
|
|
|
}
|
|
|
+ \Log::info('ad-tu:uid:'.$uid.':'.$appad);
|
|
|
foreach ($res as $v) {
|
|
|
if ($v->type == 'NEW_USER' && $is_first_recharge) {
|
|
|
if (env('NO_NEW_USER_CHARGE') &&
|