正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -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(); |
-
请 注册 或 登录 后发表评论