作者 lyh

变更数据

@@ -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){