完成网络音乐、工具页面与安装器体验升级
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
// 领取vip(领取一天) 需要登录
|
||||
const { srcappid } = require("../util");
|
||||
|
||||
module.exports = (params, useAxios) => {
|
||||
return useAxios({
|
||||
url: '/youth/v1/recharge/receive_vip_listen_song',
|
||||
encryptType: 'android',
|
||||
method: 'post',
|
||||
params: { source_id: 90139, receive_day: params.receive_day },
|
||||
headers: {'content-type': 'application/x-www-form-urlencoded' },
|
||||
cookie: params?.cookie,
|
||||
});
|
||||
};
|
||||
Reference in New Issue
Block a user