正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -136,7 +136,7 @@ class AdsController extends BaseController | @@ -136,7 +136,7 @@ class AdsController extends BaseController | ||
| 136 | $channel = Project::where('id', $domain_info['project_id'])->value('channel'); | 136 | $channel = Project::where('id', $domain_info['project_id'])->value('channel'); |
| 137 | $data = [ | 137 | $data = [ |
| 138 | 'is_v6' => 1, | 138 | 'is_v6' => 1, |
| 139 | - 'agent' => trim(explode(',', Channel::getChannelText($channel['user_id']??0))[0]), | 139 | + 'agent' => trim(explode('-', Channel::getChannelText($channel['user_id']??0))[0]), |
| 140 | 'domain' => $domain, | 140 | 'domain' => $domain, |
| 141 | ]; | 141 | ]; |
| 142 | return $this->response('success', Code::SUCCESS, $data); | 142 | return $this->response('success', Code::SUCCESS, $data); |
-
请 注册 或 登录 后发表评论