Update huya.php

pull/37/head
肥羊 3 years ago committed by GitHub
parent 3576693da4
commit 9604a85531
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      PHP/huya.php

@ -131,11 +131,11 @@ if (array_key_exists("exceptionType", $realdata)) {
}
}
header('location:' . $mediaurl);
exit;
exit();
} elseif ($realdata["roomInfo"]["eLiveStatus"] == 3) {
header('location:' . "http:" . base64_decode($realdata["roomProfile"]["liveLineUrl"]));
exit();
} else {
header('location:' . $mediaurl);
exit();
}
}

Loading…
Cancel
Save