|
...
|
...
|
@@ -216,6 +216,9 @@ class DomainInfoLogic extends BaseLogic |
|
|
|
$data = [
|
|
|
|
'other_domain'=>json_encode($this->param['other_domain']),
|
|
|
|
'extend_config'=>json_encode($this->param['extend_config']),
|
|
|
|
'type'=>$this->param['type'],
|
|
|
|
'private_key' => $this->param['key'] ?? '',
|
|
|
|
'private_cert' => $this->param['cert'] ?? '',
|
|
|
|
];
|
|
|
|
$this->model->edit($data,['id'=>$this->param['id']]);
|
|
|
|
//生成证书
|
...
|
...
|
|