正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
| @@ -78,6 +78,7 @@ class DomainInfo extends Command | @@ -78,6 +78,7 @@ class DomainInfo extends Command | ||
| 78 | { | 78 | { |
| 79 | $url = 'https://' . $param['domain']. '/api/applySsl/'; | 79 | $url = 'https://' . $param['domain']. '/api/applySsl/'; |
| 80 | if(!empty($param['extend_config'])){ | 80 | if(!empty($param['extend_config'])){ |
| 81 | + @file_put_contents(storage_path('logs/lyh_error.log'), var_export($param['extend_config'], true) . PHP_EOL, FILE_APPEND); | ||
| 81 | $extend_config = json_decode($param['extend_config'], true); | 82 | $extend_config = json_decode($param['extend_config'], true); |
| 82 | }else{ | 83 | }else{ |
| 83 | $extend_config = ''; | 84 | $extend_config = ''; |
-
请 注册 或 登录 后发表评论