作者 赵彬吉

update

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