|
...
|
...
|
@@ -72,7 +72,9 @@ class EditDomainBt implements ShouldQueue |
|
|
|
'cert' => $domain_info['private_cert'],
|
|
|
|
'rewrite' => $domain_info['extend_config'],
|
|
|
|
'other_domain' => $domain_info['other_domain'],
|
|
|
|
'is_https' => $domain_info['is_https']
|
|
|
|
'is_https' => $domain_info['is_https'],
|
|
|
|
'not_allow_country' => $domain_info['not_allow_country'],
|
|
|
|
'not_allow_ip' => $domain_info['not_allow_ip']
|
|
|
|
];
|
|
|
|
} else {
|
|
|
|
$api_url = 'http://' . $server_info['domain'] . '/api/applySsl';
|
|
...
|
...
|
@@ -80,7 +82,9 @@ class EditDomainBt implements ShouldQueue |
|
|
|
'domain' => $domain_info['domain'],
|
|
|
|
'rewrite' => $domain_info['extend_config'],
|
|
|
|
'other_domain' => $domain_info['other_domain'],
|
|
|
|
'is_https' => $domain_info['is_https']
|
|
|
|
'is_https' => $domain_info['is_https'],
|
|
|
|
'not_allow_country' => $domain_info['not_allow_country'],
|
|
|
|
'not_allow_ip' => $domain_info['not_allow_ip']
|
|
|
|
];
|
|
|
|
}
|
|
|
|
|
...
|
...
|
|