作者 赵彬吉

update

... ... @@ -139,7 +139,7 @@ class AdsController extends BaseController
//是否v6
$domain_info = DomainInfo::where('domain', $domain)->first();
if($domain_info){
$channel = Project::where('id', $domain_info['project_id'])->where('delete_status', 1)->value('channel');
$channel = Project::where('id', $domain_info['project_id'])->where('delete_status', 0)->value('channel');
if($channel){
$data = [
'is_v6' => 1,
... ...