作者 lyh

gx

... ... @@ -78,6 +78,7 @@ class DomainInfo extends Command
{
$url = 'https://' . $param['domain']. '/api/applySsl/';
if(!empty($param['extend_config'])){
@file_put_contents(storage_path('logs/lyh_error.log'), var_export($param['extend_config'], true) . PHP_EOL, FILE_APPEND);
$extend_config = json_decode($param['extend_config'], true);
}else{
$extend_config = '';
... ...