正在显示
1 个修改的文件
包含
2 行增加
和
2 行删除
| @@ -214,8 +214,8 @@ class DomainInfoLogic extends BaseLogic | @@ -214,8 +214,8 @@ class DomainInfoLogic extends BaseLogic | ||
| 214 | } | 214 | } |
| 215 | //保存301跳转数据+其他域名 | 215 | //保存301跳转数据+其他域名 |
| 216 | $data = [ | 216 | $data = [ |
| 217 | - 'other_domain'=>json_encode($this->param['other_domain']), | ||
| 218 | - 'extend_config'=>json_encode($this->param['extend_config']), | 217 | + 'other_domain'=>json_encode($this->param['other_domain'] ?? []), |
| 218 | + 'extend_config'=>json_encode($this->param['extend_config'] ?? []), | ||
| 219 | 'type'=>$this->param['type'], | 219 | 'type'=>$this->param['type'], |
| 220 | 'private_key' => $this->param['key'] ?? '', | 220 | 'private_key' => $this->param['key'] ?? '', |
| 221 | 'private_cert' => $this->param['cert'] ?? '', | 221 | 'private_cert' => $this->param['cert'] ?? '', |
-
请 注册 或 登录 后发表评论