作者 lyh

变更数据

... ... @@ -70,7 +70,7 @@ class InquiryController extends BaseController
* 新增表单提交返回跳转链接
*/
protected function inquiryResult(){
$domain = request()->getHost();
$domain = $this->param['globalso-domain'] ?? '';
$cache_key = 'inquiry_form_back_' . $domain;
$result = Cache::get($cache_key);
if(!$result){
... ...