正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -70,7 +70,7 @@ class InquiryController extends BaseController | @@ -70,7 +70,7 @@ class InquiryController extends BaseController | ||
| 70 | * 新增表单提交返回跳转链接 | 70 | * 新增表单提交返回跳转链接 |
| 71 | */ | 71 | */ |
| 72 | protected function inquiryResult(){ | 72 | protected function inquiryResult(){ |
| 73 | - $domain = request()->getHost(); | 73 | + $domain = $this->param['globalso-domain'] ?? ''; |
| 74 | $cache_key = 'inquiry_form_back_' . $domain; | 74 | $cache_key = 'inquiry_form_back_' . $domain; |
| 75 | $result = Cache::get($cache_key); | 75 | $result = Cache::get($cache_key); |
| 76 | if(!$result){ | 76 | if(!$result){ |
-
请 注册 或 登录 后发表评论