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

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
+17
View File
@@ -0,0 +1,17 @@
// 领取vip 需要登录
module.exports = (params, useAxios) => {
const time = Date.now();
const dataMap = {
ad_id: 12307537187,
play_end: time,
play_start: time - 30000,
};
return useAxios({
url: '/youth/v1/ad/play_report',
encryptType: 'android',
method: 'post',
data: dataMap,
cookie: params?.cookie,
});
};