|
...
|
...
|
@@ -298,7 +298,7 @@ class LoginController extends BaseController |
|
|
|
}
|
|
|
|
|
|
|
|
public function ceshi(){
|
|
|
|
$url = 'http://openai.waimaoq.com/v1/whois_api?domain=dev.globalso.site';
|
|
|
|
$url = 'http://openai.waimaoq.com/v1/whois_api?domain=www.baidu.com';
|
|
|
|
$response = http_get($url);
|
|
|
|
var_dump($response);
|
|
|
|
die();
|
...
|
...
|
|