|
...
|
...
|
@@ -214,7 +214,7 @@ class DomainInfo extends Command |
|
|
|
'is_https' => $param['is_https'],
|
|
|
|
'not_allow_country' => $param['not_allow_country'],
|
|
|
|
'not_allow_ip' => $param['not_allow_ip'],
|
|
|
|
'amp_status' => $param['amp_status']
|
|
|
|
'is_redirect' => $param['is_redirect']
|
|
|
|
];
|
|
|
|
return $this->curlRequest($url, $param);
|
|
|
|
}
|
|
...
|
...
|
@@ -233,6 +233,7 @@ class DomainInfo extends Command |
|
|
|
"domain" => $param['domain'],
|
|
|
|
'not_allow_country' => $param['not_allow_country'],
|
|
|
|
'not_allow_ip' => $param['not_allow_ip'],
|
|
|
|
'is_redirect' => $param['is_redirect']
|
|
|
|
];
|
|
|
|
return $this->curlRequest($url, $param);
|
|
|
|
}
|
...
|
...
|
|