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