|
...
|
...
|
@@ -214,8 +214,8 @@ class DomainInfoLogic extends BaseLogic |
|
|
|
}
|
|
|
|
//保存301跳转数据+其他域名
|
|
|
|
$data = [
|
|
|
|
'other_domain'=>json_encode($this->param['other_domain']),
|
|
|
|
'extend_config'=>json_encode($this->param['extend_config']),
|
|
|
|
'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'] ?? '',
|
...
|
...
|
|