|
...
|
...
|
@@ -124,7 +124,8 @@ class AdsController extends BaseController |
|
|
|
$channel = Project::where('id', $domain_info['project_id'])->value('channel');
|
|
|
|
$data = [
|
|
|
|
'is_v6' => 1,
|
|
|
|
'agent' => Channel::getChannelText($channel['user_id']??0)
|
|
|
|
'agent' => Channel::getChannelText($channel['user_id']??0),
|
|
|
|
'domain' => $domain,
|
|
|
|
];
|
|
|
|
return $this->response('success', Code::SUCCESS, $data);
|
|
|
|
}
|
...
|
...
|
|