metowolf / NeteaseCloudMusicApi

网易云音乐API,项目合并至 Meting
https://github.com/metowolf/Meting
MIT License
198 stars 44 forks source link

一个没被加入的接口 #8

Open raphaelsoul opened 7 years ago

raphaelsoul commented 7 years ago

这个接口用于获取用户常听排行榜。

public function record($uid, $type=1){
        $url='http://music.163.com/weapi/v1/play/record?csrf_token=';
        $data=array(
            'uid'=>$uid,
            'type'=>$type,
            'csrf_token'=>'',
        );
        return $this->curl($url,$this->prepare($data));
    }

type=1时只返回weekData, type=0时返回allData。建议加入