作者 lyh

gx

@@ -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 = '';