fix ip info

This commit is contained in:
wswan 2020-07-18 17:27:46 +08:00
parent 4844ef2c53
commit 8fe8d20c7d

View File

@ -29,7 +29,7 @@ try {
}
$res = shell_exec('curl -s https://ip.cn');
$res = shell_exec('curl -s https://ifconfig.me');
$res = @json_decode($res, true);