新增歌手粉丝数量接口 #1485 , 新增音乐人任务(新)接口, 更新 appver

This commit is contained in:
binaryify
2022-03-05 17:59:37 +08:00
parent 064a128fd9
commit 31e95721a7
21 changed files with 85 additions and 19 deletions

2
interface.d.ts vendored
View File

@ -1607,3 +1607,5 @@ export function nickname_check(
nickname: string
} & RequestBaseConfig,
): Promise<Response>
export function musician_tasks_new(params: RequestBaseConfig): Promise<Response>