作者 赵彬吉

update

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