date
type
$get = "https://api.blogs.ink/api/today/?type=img"; $result = file_get_contents($get); if ($result) { //成功 echo $result; } else { //失败 }