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