新鲜出炉的酷狗歌单获取全部歌曲信息 |
功能_鱼刺WinHttpW | 文本型 | | |
specialid | 文本型 | | | | global_collection_id | 文本型 | | | |
变量名 | 类 型 | 静态 | 数组 | 备 注 | 局_网址 | 文本型 | | | http | curl_http | | | 局_提交数据 | 文本型 | | | m_Json | zyJsonValue | | | 局_返回 | 文本型 | | | data | 文本型 | | | sign | 文本型 | | |
data = “OIlwieks28dk2k092lksi2UIkpappid=1005area_code=1clientver=12309global_collection_id=” + global_collection_id + “mode=1module=CloudMusicneed_sort=1page=1pagesize=300specialid=” + specialid + “type=0userid=0OIlwieks28dk2k092lksi2UIkp”sign = 校验_取md5 (到字节集 (data ), 假, )局_网址 = “https://gateway.kugou.com/pubsongs/v4/get_other_list_file?specialid=” + specialid + “&need_sort=1&module=CloudMusic&signature=” + sign + “&clientver=12309&pagesize=300&global_collection_id=” + global_collection_id + “&userid=0&mode=1&page=1&type=0&area_code=1&appid=1005”http. Open (“GET”, 局_网址, 假)http. SetRequestHeader (“Host”, “gateway.kugou.com”)http. Send ()局_返回 = 编码_Utf8到Ansi (http. GetResponseBody ()) 返回 (局_返回 )
|