From 3721dbe9a42c649fe8380c33729571430318cf9c Mon Sep 17 00:00:00 2001 From: "cn.yimian.xyz" Date: Wed, 23 Jun 2021 06:29:11 +0800 Subject: [PATCH] update_cookie --- index.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/index.php b/index.php index 235c762..3670a98 100644 --- a/index.php +++ b/index.php @@ -18,6 +18,9 @@ use Metowolf\Meting; $API = new Meting('netease'); +$API->cookie('MUSIC_U='.substr(md5(time()), 0, 5).'; buildver=1506310741; resolution=1920x1080; mobilename=MI5; osver=7.0.1; channel=coolapk; os=android; appver=4.2'); + + $type = $_REQUEST['type']; $id = $_REQUEST['id']; $random = $_REQUEST['random'];