正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -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 | } |
-
请 注册 或 登录 后发表评论