Merge pull request #199 from zhuixingzhe-baisheng/add-vip-growthpoint-getall

feat: add vip_growthpoint_getall - one-click claim all VIP growth rew…
This commit is contained in:
ElyPrism 2026-06-29 16:14:42 +08:00 committed by GitHub
commit d525204dda
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 23 additions and 0 deletions

4
interface.d.ts vendored
View File

@ -1594,6 +1594,10 @@ export function vip_growthpoint_get(
} & RequestBaseConfig,
): Promise<Response>
export function vip_growthpoint_getall(
params: RequestBaseConfig,
): Promise<Response>
export function artist_fans(
params: { id: number | string } & MultiPageConfig & RequestBaseConfig,
): Promise<Response>

View File

@ -0,0 +1,11 @@
// 一键领取所有会员成长值
const createOption = require('../util/option.js')
module.exports = (query, request) => {
const data = {}
return request(
`/api/vipnewcenter/app/level/task/reward/getall`,
data,
createOption(query, 'xeapi'),
)
}

View File

@ -3742,6 +3742,14 @@ type='1009' 获取其 id, 如`/search?keywords= 代码时间 &type=1009`
**调用例子 :** `/vip/growthpoint/get?ids=7043206830_7` `/vip/growthpoint/get?ids=8613118351_1,8607552957_1`
### 一键领取所有 vip 成长值
说明 : 登录后调用此接口 , 一键领取所有已完成的会员任务成长值奖励
**接口地址 :** `/vip/growthpoint/getall`
**调用例子 :** `/vip/growthpoint/getall`
### 歌手粉丝
说明 : 调用此接口 , 传入歌手 id, 可获取歌手粉丝