|
@@ -130,7 +130,7 @@ class LinkSubscribeController extends Controller
|
|
|
{
|
|
|
//自由人站点强关走老的
|
|
|
$company = \App\Modules\Channel\Services\ChannelService::getCompanyIdByDistributionchannelid($distribution_channel_id);
|
|
|
- if($company && in_array($company,[52,556,557,637])){
|
|
|
+ if(!in_array($company,[1,2,3,18,88,24])){
|
|
|
return false;
|
|
|
}
|
|
|
/*$ads_open_site = env('ADS_OPEN_SITE','');
|