完成网络音乐、工具页面与安装器体验升级

This commit is contained in:
2026-08-18 13:54:33 +08:00
parent 337390f53e
commit 149c28082d
1082 changed files with 26442 additions and 162838 deletions
@@ -0,0 +1,15 @@
module.exports = (params, useAxios) => {
return useAxios({
url: '/youth/v1/channel/get_friendly_channel',
encryptType: 'android',
method: 'post',
data: {
area_code: 1,
playlist_ver: 2,
vip_type: params?.vip_type || params?.cookie?.vip_type || 0,
platform: 'ios'
},
params: { channel_id: params.channel_id },
cookie: params?.cookie,
});
};