作者 刘锟

小语种自定义跳转域名

@@ -405,7 +405,7 @@ class DomainInfoLogic extends BaseLogic @@ -405,7 +405,7 @@ class DomainInfoLogic extends BaseLogic
405 //创建站点,设置证书 405 //创建站点,设置证书
406 $this->param['key'] = $this->param['private_key'] ?? ''; 406 $this->param['key'] = $this->param['private_key'] ?? '';
407 $this->param['cert'] = $this->param['private_cert'] ?? ''; 407 $this->param['cert'] = $this->param['private_cert'] ?? '';
408 - $this->setDomainSsl($server_info['init_domain'],$this->param['custom_domain'],[$this->param['custom_domain']],[],0); 408 + $this->setDomainSsl($server_info['init_domain'],$this->param['custom_domain'],[],[$this->param['custom_domain']],0);
409 } 409 }
410 410
411 return $this->success(); 411 return $this->success();