@neteasecloudmusicapienhanced/api 4.29.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -0
- package/README.MD +178 -0
- package/app.js +18 -0
- package/data/deviceid.txt +24641 -0
- package/generateConfig.js +24 -0
- package/interface.d.ts +1834 -0
- package/main.js +63 -0
- package/module/activate_init_profile.js +9 -0
- package/module/aidj_content_rcmd.js +28 -0
- package/module/album.js +6 -0
- package/module/album_detail.js +12 -0
- package/module/album_detail_dynamic.js +12 -0
- package/module/album_list.js +16 -0
- package/module/album_list_style.js +15 -0
- package/module/album_new.js +11 -0
- package/module/album_newest.js +6 -0
- package/module/album_privilege.js +9 -0
- package/module/album_songsaleboard.js +19 -0
- package/module/album_sub.js +10 -0
- package/module/album_sublist.js +11 -0
- package/module/api.js +21 -0
- package/module/artist_album.js +15 -0
- package/module/artist_desc.js +9 -0
- package/module/artist_detail.js +10 -0
- package/module/artist_detail_dynamic.js +9 -0
- package/module/artist_fans.js +11 -0
- package/module/artist_follow_count.js +13 -0
- package/module/artist_list.js +33 -0
- package/module/artist_mv.js +12 -0
- package/module/artist_new_mv.js +12 -0
- package/module/artist_new_song.js +12 -0
- package/module/artist_songs.js +12 -0
- package/module/artist_sub.js +11 -0
- package/module/artist_sublist.js +11 -0
- package/module/artist_top_song.js +8 -0
- package/module/artist_video.js +15 -0
- package/module/artists.js +6 -0
- package/module/audio_match.js +19 -0
- package/module/avatar_upload.js +22 -0
- package/module/banner.js +16 -0
- package/module/batch.js +12 -0
- package/module/broadcast_category_region_get.js +11 -0
- package/module/broadcast_channel_collect_list.js +12 -0
- package/module/broadcast_channel_currentinfo.js +13 -0
- package/module/broadcast_channel_list.js +13 -0
- package/module/broadcast_sub.js +12 -0
- package/module/calendar.js +8 -0
- package/module/captcha_sent.js +11 -0
- package/module/captcha_verify.js +11 -0
- package/module/cellphone_existence_check.js +10 -0
- package/module/check_music.js +30 -0
- package/module/cloud.js +146 -0
- package/module/cloud_import.js +39 -0
- package/module/cloud_match.js +13 -0
- package/module/cloudsearch.js +13 -0
- package/module/comment.js +30 -0
- package/module/comment_album.js +16 -0
- package/module/comment_dj.js +16 -0
- package/module/comment_event.js +15 -0
- package/module/comment_floor.js +16 -0
- package/module/comment_hot.js +18 -0
- package/module/comment_hug_list.js +20 -0
- package/module/comment_like.js +20 -0
- package/module/comment_music.js +16 -0
- package/module/comment_mv.js +16 -0
- package/module/comment_new.js +37 -0
- package/module/comment_playlist.js +16 -0
- package/module/comment_video.js +16 -0
- package/module/countries_code_list.js +6 -0
- package/module/creator_authinfo_get.js +6 -0
- package/module/daily_signin.js +16 -0
- package/module/digitalAlbum_detail.js +13 -0
- package/module/digitalAlbum_ordering.js +22 -0
- package/module/digitalAlbum_purchased.js +15 -0
- package/module/digitalAlbum_sales.js +13 -0
- package/module/djRadio_top.js +15 -0
- package/module/dj_banner.js +6 -0
- package/module/dj_category_excludehot.js +10 -0
- package/module/dj_category_recommend.js +10 -0
- package/module/dj_catelist.js +6 -0
- package/module/dj_detail.js +9 -0
- package/module/dj_hot.js +10 -0
- package/module/dj_paygift.js +15 -0
- package/module/dj_personalize_recommend.js +12 -0
- package/module/dj_program.js +12 -0
- package/module/dj_program_detail.js +9 -0
- package/module/dj_program_toplist.js +10 -0
- package/module/dj_program_toplist_hours.js +13 -0
- package/module/dj_radio_hot.js +11 -0
- package/module/dj_recommend.js +6 -0
- package/module/dj_recommend_type.js +32 -0
- package/module/dj_sub.js +10 -0
- package/module/dj_sublist.js +11 -0
- package/module/dj_subscriber.js +12 -0
- package/module/dj_today_perfered.js +13 -0
- package/module/dj_toplist.js +14 -0
- package/module/dj_toplist_hours.js +10 -0
- package/module/dj_toplist_newcomer.js +9 -0
- package/module/dj_toplist_pay.js +9 -0
- package/module/dj_toplist_popular.js +10 -0
- package/module/eapi_decrypt.js +27 -0
- package/module/event.js +10 -0
- package/module/event_del.js +9 -0
- package/module/event_forward.js +11 -0
- package/module/fanscenter_basicinfo_age_get.js +6 -0
- package/module/fanscenter_basicinfo_gender_get.js +10 -0
- package/module/fanscenter_basicinfo_province_get.js +10 -0
- package/module/fanscenter_overview_get.js +6 -0
- package/module/fanscenter_trend_list.js +10 -0
- package/module/fm_trash.js +11 -0
- package/module/follow.js +11 -0
- package/module/get_userids.js +7 -0
- package/module/history_recommend_songs.js +11 -0
- package/module/history_recommend_songs_detail.js +13 -0
- package/module/homepage_block_page.js +8 -0
- package/module/homepage_dragon_ball.js +10 -0
- package/module/hot_topic.js +10 -0
- package/module/hug_comment.js +16 -0
- package/module/inner_version.js +16 -0
- package/module/like.js +13 -0
- package/module/likelist.js +9 -0
- package/module/listen_data_realtime_report.js +11 -0
- package/module/listen_data_report.js +12 -0
- package/module/listen_data_today_song.js +9 -0
- package/module/listen_data_total.js +9 -0
- package/module/listen_data_year_report.js +9 -0
- package/module/listentogether_accept.js +13 -0
- package/module/listentogether_end.js +9 -0
- package/module/listentogether_heatbeat.js +12 -0
- package/module/listentogether_play_command.js +21 -0
- package/module/listentogether_room_check.js +9 -0
- package/module/listentogether_room_create.js +9 -0
- package/module/listentogether_status.js +10 -0
- package/module/listentogether_sync_list_command.js +26 -0
- package/module/listentogether_sync_playlist_get.js +13 -0
- package/module/login.js +41 -0
- package/module/login_cellphone.js +40 -0
- package/module/login_qr_check.js +29 -0
- package/module/login_qr_create.js +30 -0
- package/module/login_qr_key.js +19 -0
- package/module/login_refresh.js +21 -0
- package/module/login_status.js +21 -0
- package/module/logout.js +6 -0
- package/module/lyric.js +14 -0
- package/module/lyric_new.js +17 -0
- package/module/mlog_music_rcmd.js +13 -0
- package/module/mlog_to_video.js +13 -0
- package/module/mlog_url.js +11 -0
- package/module/msg_comments.js +17 -0
- package/module/msg_forwards.js +11 -0
- package/module/msg_notices.js +10 -0
- package/module/msg_private.js +11 -0
- package/module/msg_private_history.js +12 -0
- package/module/msg_recentcontact.js +11 -0
- package/module/music_first_listen_info.js +13 -0
- package/module/musician_cloudbean.js +7 -0
- package/module/musician_cloudbean_obtain.js +14 -0
- package/module/musician_data_overview.js +11 -0
- package/module/musician_play_trend.js +14 -0
- package/module/musician_sign.js +7 -0
- package/module/musician_tasks.js +11 -0
- package/module/musician_tasks_new.js +11 -0
- package/module/mv_all.js +16 -0
- package/module/mv_detail.js +9 -0
- package/module/mv_detail_info.js +14 -0
- package/module/mv_exclusive_rcmd.js +10 -0
- package/module/mv_first.js +12 -0
- package/module/mv_sub.js +11 -0
- package/module/mv_sublist.js +15 -0
- package/module/mv_url.js +14 -0
- package/module/nickname_check.js +7 -0
- package/module/personal_fm.js +6 -0
- package/module/personal_fm_mode.js +14 -0
- package/module/personalized.js +16 -0
- package/module/personalized_djprogram.js +10 -0
- package/module/personalized_mv.js +6 -0
- package/module/personalized_newsong.js +15 -0
- package/module/personalized_privatecontent.js +10 -0
- package/module/personalized_privatecontent_list.js +15 -0
- package/module/pl_count.js +6 -0
- package/module/playlist_category_list.js +11 -0
- package/module/playlist_catlist.js +6 -0
- package/module/playlist_cover_update.js +32 -0
- package/module/playlist_create.js +11 -0
- package/module/playlist_delete.js +9 -0
- package/module/playlist_desc_update.js +10 -0
- package/module/playlist_detail.js +11 -0
- package/module/playlist_detail_dynamic.js +11 -0
- package/module/playlist_detail_rcmd_get.js +11 -0
- package/module/playlist_highquality_tags.js +10 -0
- package/module/playlist_hot.js +6 -0
- package/module/playlist_import_name_task_create.js +62 -0
- package/module/playlist_import_task_status.js +11 -0
- package/module/playlist_mylike.js +12 -0
- package/module/playlist_name_update.js +10 -0
- package/module/playlist_order_update.js +13 -0
- package/module/playlist_privacy.js +10 -0
- package/module/playlist_subscribe.js +14 -0
- package/module/playlist_subscribers.js +11 -0
- package/module/playlist_tags_update.js +10 -0
- package/module/playlist_track_add.js +16 -0
- package/module/playlist_track_all.js +31 -0
- package/module/playlist_track_delete.js +20 -0
- package/module/playlist_tracks.js +45 -0
- package/module/playlist_update.js +13 -0
- package/module/playlist_update_playcount.js +9 -0
- package/module/playlist_video_recent.js +9 -0
- package/module/playmode_intelligence_list.js +13 -0
- package/module/playmode_song_vector.js +8 -0
- package/module/program_recommend.js +15 -0
- package/module/rebind.js +16 -0
- package/module/recent_listen_list.js +7 -0
- package/module/recommend_resource.js +10 -0
- package/module/recommend_songs.js +11 -0
- package/module/recommend_songs_dislike.js +14 -0
- package/module/record_recent_album.js +11 -0
- package/module/record_recent_dj.js +11 -0
- package/module/record_recent_playlist.js +11 -0
- package/module/record_recent_song.js +11 -0
- package/module/record_recent_video.js +11 -0
- package/module/record_recent_voice.js +11 -0
- package/module/register_anonimous.js +52 -0
- package/module/register_cellphone.js +15 -0
- package/module/related_allvideo.js +14 -0
- package/module/related_playlist.js +32 -0
- package/module/resource_like.js +14 -0
- package/module/scrobble.js +26 -0
- package/module/search.js +21 -0
- package/module/search_default.js +6 -0
- package/module/search_hot.js +9 -0
- package/module/search_hot_detail.js +6 -0
- package/module/search_match.js +18 -0
- package/module/search_multimatch.js +14 -0
- package/module/search_suggest.js +14 -0
- package/module/send_album.js +12 -0
- package/module/send_playlist.js +12 -0
- package/module/send_song.js +12 -0
- package/module/send_text.js +11 -0
- package/module/setting.js +7 -0
- package/module/share_resource.js +11 -0
- package/module/sheet_list.js +9 -0
- package/module/sheet_preview.js +8 -0
- package/module/sign_happy_info.js +5 -0
- package/module/signin_progress.js +13 -0
- package/module/simi_artist.js +12 -0
- package/module/simi_mv.js +9 -0
- package/module/simi_playlist.js +15 -0
- package/module/simi_song.js +15 -0
- package/module/simi_user.js +11 -0
- package/module/song_chorus.js +11 -0
- package/module/song_detail.js +11 -0
- package/module/song_downlist.js +11 -0
- package/module/song_download_url.js +10 -0
- package/module/song_download_url_v1.js +13 -0
- package/module/song_dynamic_cover.js +9 -0
- package/module/song_like_check.js +9 -0
- package/module/song_lyrics_mark.js +9 -0
- package/module/song_lyrics_mark_add.js +12 -0
- package/module/song_lyrics_mark_del.js +9 -0
- package/module/song_lyrics_mark_user_page.js +14 -0
- package/module/song_monthdownlist.js +11 -0
- package/module/song_music_detail.js +9 -0
- package/module/song_order_update.js +12 -0
- package/module/song_purchased.js +14 -0
- package/module/song_red_count.js +9 -0
- package/module/song_singledownlist.js +11 -0
- package/module/song_url.js +26 -0
- package/module/song_url_match.js +35 -0
- package/module/song_url_ncmget.js +75 -0
- package/module/song_url_unblock.js +35 -0
- package/module/song_url_v1.js +54 -0
- package/module/song_wiki_summary.js +8 -0
- package/module/starpick_comments_summary.js +12 -0
- package/module/style_album.js +16 -0
- package/module/style_artist.js +16 -0
- package/module/style_detail.js +9 -0
- package/module/style_list.js +7 -0
- package/module/style_playlist.js +16 -0
- package/module/style_preference.js +11 -0
- package/module/style_song.js +12 -0
- package/module/summary_annual.js +12 -0
- package/module/threshold_detail_get.js +10 -0
- package/module/top_album.js +22 -0
- package/module/top_artists.js +11 -0
- package/module/top_list.js +20 -0
- package/module/top_mv.js +12 -0
- package/module/top_playlist.js +22 -0
- package/module/top_playlist_highquality.js +16 -0
- package/module/top_song.js +16 -0
- package/module/topic_detail.js +7 -0
- package/module/topic_detail_event_hot.js +7 -0
- package/module/topic_sublist.js +11 -0
- package/module/toplist.js +6 -0
- package/module/toplist_artist.js +12 -0
- package/module/toplist_detail.js +6 -0
- package/module/toplist_detail_v2.js +6 -0
- package/module/ugc_album_get.js +8 -0
- package/module/ugc_artist_get.js +8 -0
- package/module/ugc_artist_search.js +10 -0
- package/module/ugc_detail.js +17 -0
- package/module/ugc_mv_get.js +8 -0
- package/module/ugc_song_get.js +8 -0
- package/module/ugc_user_devote.js +6 -0
- package/module/user_account.js +5 -0
- package/module/user_audio.js +9 -0
- package/module/user_binding.js +9 -0
- package/module/user_bindingcellphone.js +15 -0
- package/module/user_cloud.js +10 -0
- package/module/user_cloud_del.js +9 -0
- package/module/user_cloud_detail.js +10 -0
- package/module/user_comment_history.js +15 -0
- package/module/user_detail.js +15 -0
- package/module/user_detail_new.js +20 -0
- package/module/user_dj.js +14 -0
- package/module/user_event.js +12 -0
- package/module/user_follow_mixed.js +23 -0
- package/module/user_followeds.js +17 -0
- package/module/user_follows.js +15 -0
- package/module/user_level.js +7 -0
- package/module/user_medal.js +11 -0
- package/module/user_mutualfollow_get.js +9 -0
- package/module/user_playlist.js +12 -0
- package/module/user_record.js +10 -0
- package/module/user_replacephone.js +14 -0
- package/module/user_social_status.js +11 -0
- package/module/user_social_status_edit.js +16 -0
- package/module/user_social_status_rcmd.js +5 -0
- package/module/user_social_status_support.js +5 -0
- package/module/user_subcount.js +6 -0
- package/module/user_update.js +15 -0
- package/module/verify_getQr.js +39 -0
- package/module/verify_qrcodestatus.js +12 -0
- package/module/video_category_list.js +15 -0
- package/module/video_detail.js +13 -0
- package/module/video_detail_info.js +14 -0
- package/module/video_group.js +16 -0
- package/module/video_group_list.js +11 -0
- package/module/video_sub.js +14 -0
- package/module/video_timeline_all.js +17 -0
- package/module/video_timeline_recommend.js +13 -0
- package/module/video_url.js +10 -0
- package/module/vip_growthpoint.js +11 -0
- package/module/vip_growthpoint_details.js +14 -0
- package/module/vip_growthpoint_get.js +13 -0
- package/module/vip_info.js +12 -0
- package/module/vip_info_v2.js +12 -0
- package/module/vip_tasks.js +11 -0
- package/module/vip_timemachine.js +17 -0
- package/module/voice_delete.js +7 -0
- package/module/voice_detail.js +7 -0
- package/module/voice_lyric.js +7 -0
- package/module/voice_upload.js +186 -0
- package/module/voicelist_detail.js +11 -0
- package/module/voicelist_list.js +13 -0
- package/module/voicelist_list_search.js +14 -0
- package/module/voicelist_search.js +14 -0
- package/module/voicelist_trans.js +15 -0
- package/module/weblog.js +10 -0
- package/module/yunbei.js +6 -0
- package/module/yunbei_expense.js +8 -0
- package/module/yunbei_info.js +5 -0
- package/module/yunbei_rcmd_song.js +17 -0
- package/module/yunbei_rcmd_song_history.js +16 -0
- package/module/yunbei_receipt.js +8 -0
- package/module/yunbei_sign.js +5 -0
- package/module/yunbei_task_finish.js +12 -0
- package/module/yunbei_tasks.js +9 -0
- package/module/yunbei_tasks_todo.js +9 -0
- package/module/yunbei_today.js +5 -0
- package/package.json +104 -0
- package/plugins/songUpload.js +61 -0
- package/plugins/upload.js +37 -0
- package/public/api.html +127 -0
- package/public/audio_match_demo/afp.js +1627 -0
- package/public/audio_match_demo/afp.wasm.js +5 -0
- package/public/audio_match_demo/index.html +199 -0
- package/public/audio_match_demo/rec.js +49 -0
- package/public/avatar_update.html +73 -0
- package/public/cloud.html +104 -0
- package/public/docs/.nojekyll +0 -0
- package/public/docs/_coverpage.md +13 -0
- package/public/docs/favicon.ico +0 -0
- package/public/docs/home.md +4857 -0
- package/public/docs/icon.png +0 -0
- package/public/docs/index.html +47 -0
- package/public/docs/ncmapireborn.png +0 -0
- package/public/docs/sw.js +90 -0
- package/public/eapi_decrypt.html +77 -0
- package/public/home.html +41 -0
- package/public/index.html +313 -0
- package/public/listen_together_host.html +324 -0
- package/public/login.html +47 -0
- package/public/playlist_cover_update.html +77 -0
- package/public/playlist_import.html +262 -0
- package/public/qrlogin-nocookie.html +72 -0
- package/public/qrlogin.html +71 -0
- package/public/static/docs.png +0 -0
- package/public/static/eapi_params.png +0 -0
- package/public/static/eapi_response.png +0 -0
- package/public/static/screenshot1.png +0 -0
- package/public/unblock_test.html +123 -0
- package/public/voice_upload.html +128 -0
- package/server.js +366 -0
- package/util/apicache.js +833 -0
- package/util/client-sign.js +169 -0
- package/util/config.json +20 -0
- package/util/crypto.js +135 -0
- package/util/index.js +159 -0
- package/util/logger.js +29 -0
- package/util/memory-cache.js +71 -0
- package/util/option.js +14 -0
- package/util/request.js +364 -0
package/interface.d.ts
ADDED
|
@@ -0,0 +1,1834 @@
|
|
|
1
|
+
export interface RequestBaseConfig {
|
|
2
|
+
cookie?: string
|
|
3
|
+
realIP?: string // IPv4/IPv6 filled in X-Real-IP
|
|
4
|
+
proxy?: string // HTTP proxy
|
|
5
|
+
randomCNIP?: boolean // Whether to use a random Chinese IP address filled in X-Real-IP
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
export interface MultiPageConfig {
|
|
9
|
+
limit?: string | number
|
|
10
|
+
offset?: string | number
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
export interface ImageUploadConfig {
|
|
14
|
+
imgFile: {
|
|
15
|
+
name: string
|
|
16
|
+
data: string | Buffer
|
|
17
|
+
}
|
|
18
|
+
imgSize?: number
|
|
19
|
+
imgX?: number
|
|
20
|
+
imgY?: number
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
export interface APIBaseResponse {
|
|
24
|
+
code: number
|
|
25
|
+
cookie: string
|
|
26
|
+
[index: string]: unknown
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
export interface Response<Body = APIBaseResponse> {
|
|
30
|
+
status: number // The Http Response Code
|
|
31
|
+
body: Body // API Response body
|
|
32
|
+
cookie: string[]
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
export const enum SubAction {
|
|
36
|
+
sub = 1,
|
|
37
|
+
unsub = 0,
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
export function activate_init_profile(
|
|
41
|
+
params: { nickname: string } & RequestBaseConfig,
|
|
42
|
+
): Promise<Response>
|
|
43
|
+
|
|
44
|
+
export function album(
|
|
45
|
+
params: { id: string | number } & RequestBaseConfig,
|
|
46
|
+
): Promise<Response>
|
|
47
|
+
|
|
48
|
+
export function album_detail(
|
|
49
|
+
params: { id: string | number } & RequestBaseConfig,
|
|
50
|
+
): Promise<Response>
|
|
51
|
+
|
|
52
|
+
export function album_detail_dynamic(
|
|
53
|
+
params: { id: string | number } & RequestBaseConfig,
|
|
54
|
+
): Promise<Response>
|
|
55
|
+
|
|
56
|
+
export const enum AlbumListArea {
|
|
57
|
+
all = 'ALL',
|
|
58
|
+
zh = 'ZH',
|
|
59
|
+
ea = 'EA',
|
|
60
|
+
kr = 'KR',
|
|
61
|
+
jp = 'JP',
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
export const enum ListOrder {
|
|
65
|
+
hot = 'hot',
|
|
66
|
+
new = 'new',
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
export function album_list(
|
|
70
|
+
params: { area?: AlbumListArea; type: string } & MultiPageConfig &
|
|
71
|
+
RequestBaseConfig,
|
|
72
|
+
): Promise<Response>
|
|
73
|
+
|
|
74
|
+
export const enum AlbumListStyleArea {
|
|
75
|
+
zh = 'Z_H',
|
|
76
|
+
ea = 'E_A',
|
|
77
|
+
kr = 'KR',
|
|
78
|
+
jp = 'JP',
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
export function album_list_style(
|
|
82
|
+
params: { area?: AlbumListStyleArea } & MultiPageConfig & RequestBaseConfig,
|
|
83
|
+
): Promise<Response>
|
|
84
|
+
|
|
85
|
+
export function album_new(
|
|
86
|
+
params: { area?: AlbumListArea } & MultiPageConfig & RequestBaseConfig,
|
|
87
|
+
): Promise<Response>
|
|
88
|
+
|
|
89
|
+
export function album_newest(params: RequestBaseConfig): Promise<Response>
|
|
90
|
+
|
|
91
|
+
export const enum AlbumSongsaleboardType {
|
|
92
|
+
daily = 'daily',
|
|
93
|
+
week = 'week',
|
|
94
|
+
year = 'year',
|
|
95
|
+
total = 'total',
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
export const enum AlbumSongsaleboardAlbumType {
|
|
99
|
+
album = 0,
|
|
100
|
+
single = 1,
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
export function album_songsaleboard(
|
|
104
|
+
params: {
|
|
105
|
+
albumType?: AlbumSongsaleboardAlbumType // 0 为数字专辑,1 为数字单曲
|
|
106
|
+
type?: AlbumSongsaleboardType
|
|
107
|
+
year?: string | number // 年份,默认本年。 type 为 year 时有效
|
|
108
|
+
} & RequestBaseConfig,
|
|
109
|
+
): Promise<Response>
|
|
110
|
+
|
|
111
|
+
export function album_sub(
|
|
112
|
+
params: {
|
|
113
|
+
id: string | number
|
|
114
|
+
t: SubAction
|
|
115
|
+
} & RequestBaseConfig,
|
|
116
|
+
): Promise<Response>
|
|
117
|
+
|
|
118
|
+
export function album_sublist(
|
|
119
|
+
params: MultiPageConfig & RequestBaseConfig,
|
|
120
|
+
): Promise<Response>
|
|
121
|
+
|
|
122
|
+
export function artist_album(
|
|
123
|
+
params: { id: string | number } & MultiPageConfig & RequestBaseConfig,
|
|
124
|
+
): Promise<Response>
|
|
125
|
+
|
|
126
|
+
export function artist_desc(
|
|
127
|
+
params: { id: string | number } & RequestBaseConfig,
|
|
128
|
+
): Promise<Response>
|
|
129
|
+
|
|
130
|
+
export const enum ArtistListArea {
|
|
131
|
+
zh = 'Z_H',
|
|
132
|
+
ea = 'E_A',
|
|
133
|
+
kr = 'KR',
|
|
134
|
+
jp = 'JP',
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
export const enum ArtistArea {
|
|
138
|
+
all = '-1',
|
|
139
|
+
zh = '7',
|
|
140
|
+
ea = '96',
|
|
141
|
+
ja = '8',
|
|
142
|
+
kr = '16',
|
|
143
|
+
other = '0',
|
|
144
|
+
}
|
|
145
|
+
|
|
146
|
+
export const enum ArtistType {
|
|
147
|
+
male = '1',
|
|
148
|
+
female = '2',
|
|
149
|
+
band = '3',
|
|
150
|
+
}
|
|
151
|
+
|
|
152
|
+
export function artist_list(
|
|
153
|
+
params: {
|
|
154
|
+
area: ArtistArea
|
|
155
|
+
initial?:
|
|
156
|
+
| 'a'
|
|
157
|
+
| 'b'
|
|
158
|
+
| 'c'
|
|
159
|
+
| 'd'
|
|
160
|
+
| 'e'
|
|
161
|
+
| 'f'
|
|
162
|
+
| 'g'
|
|
163
|
+
| 'h'
|
|
164
|
+
| 'i'
|
|
165
|
+
| 'j'
|
|
166
|
+
| 'k'
|
|
167
|
+
| 'l'
|
|
168
|
+
| 'm'
|
|
169
|
+
| 'n'
|
|
170
|
+
| 'o'
|
|
171
|
+
| 'p'
|
|
172
|
+
| 'q'
|
|
173
|
+
| 'r'
|
|
174
|
+
| 's'
|
|
175
|
+
| 't'
|
|
176
|
+
| 'u'
|
|
177
|
+
| 'v'
|
|
178
|
+
| 'w'
|
|
179
|
+
| 'x'
|
|
180
|
+
| 'y'
|
|
181
|
+
| 'z'
|
|
182
|
+
| 'A'
|
|
183
|
+
| 'B'
|
|
184
|
+
| 'C'
|
|
185
|
+
| 'D'
|
|
186
|
+
| 'E'
|
|
187
|
+
| 'F'
|
|
188
|
+
| 'G'
|
|
189
|
+
| 'H'
|
|
190
|
+
| 'I'
|
|
191
|
+
| 'J'
|
|
192
|
+
| 'K'
|
|
193
|
+
| 'L'
|
|
194
|
+
| 'M'
|
|
195
|
+
| 'N'
|
|
196
|
+
| 'O'
|
|
197
|
+
| 'P'
|
|
198
|
+
| 'Q'
|
|
199
|
+
| 'R'
|
|
200
|
+
| 'S'
|
|
201
|
+
| 'T'
|
|
202
|
+
| 'U'
|
|
203
|
+
| 'V'
|
|
204
|
+
| 'W'
|
|
205
|
+
| 'X'
|
|
206
|
+
| 'Y'
|
|
207
|
+
| 'Z'
|
|
208
|
+
type?: ArtistType
|
|
209
|
+
} & MultiPageConfig &
|
|
210
|
+
RequestBaseConfig,
|
|
211
|
+
): Promise<Response>
|
|
212
|
+
|
|
213
|
+
export function artist_mv(
|
|
214
|
+
params: { id: string | number } & MultiPageConfig & RequestBaseConfig,
|
|
215
|
+
): Promise<Response>
|
|
216
|
+
|
|
217
|
+
export const enum ArtistSongsOrder {
|
|
218
|
+
hot = 'hot',
|
|
219
|
+
time = 'time',
|
|
220
|
+
}
|
|
221
|
+
|
|
222
|
+
export function artist_songs(
|
|
223
|
+
params: {
|
|
224
|
+
id: string | number
|
|
225
|
+
order?: ArtistSongsOrder
|
|
226
|
+
} & MultiPageConfig &
|
|
227
|
+
RequestBaseConfig,
|
|
228
|
+
): Promise<Response>
|
|
229
|
+
|
|
230
|
+
export function artist_sub(
|
|
231
|
+
params: { id: string | number; t: SubAction } & RequestBaseConfig,
|
|
232
|
+
): Promise<Response>
|
|
233
|
+
|
|
234
|
+
export function artist_sublist(
|
|
235
|
+
params: MultiPageConfig & RequestBaseConfig,
|
|
236
|
+
): Promise<Response>
|
|
237
|
+
|
|
238
|
+
export function artist_top_song(
|
|
239
|
+
params: {
|
|
240
|
+
id: string | number
|
|
241
|
+
} & RequestBaseConfig,
|
|
242
|
+
): Promise<Response>
|
|
243
|
+
|
|
244
|
+
export function artists(
|
|
245
|
+
params: { id: string | number } & RequestBaseConfig,
|
|
246
|
+
): Promise<Response>
|
|
247
|
+
|
|
248
|
+
export function audio_match(
|
|
249
|
+
params: {
|
|
250
|
+
duration: string | number
|
|
251
|
+
audioFP: string | number
|
|
252
|
+
} & RequestBaseConfig,
|
|
253
|
+
): Promise<Response>
|
|
254
|
+
|
|
255
|
+
export function avatar_upload(
|
|
256
|
+
params: ImageUploadConfig & RequestBaseConfig,
|
|
257
|
+
): Promise<Response>
|
|
258
|
+
|
|
259
|
+
export const enum BannerType {
|
|
260
|
+
pc = 0,
|
|
261
|
+
android = 1,
|
|
262
|
+
iphone = 2,
|
|
263
|
+
ipad = 3,
|
|
264
|
+
}
|
|
265
|
+
|
|
266
|
+
export function banner(
|
|
267
|
+
params: { type?: BannerType } & RequestBaseConfig,
|
|
268
|
+
): Promise<Response>
|
|
269
|
+
|
|
270
|
+
export function batch(
|
|
271
|
+
params: { [index: string]: unknown } & RequestBaseConfig,
|
|
272
|
+
): Promise<Response>
|
|
273
|
+
|
|
274
|
+
export function captcha_sent(
|
|
275
|
+
params: { phone: string; ctcode?: number | string } & RequestBaseConfig,
|
|
276
|
+
): Promise<Response>
|
|
277
|
+
|
|
278
|
+
export function captcha_verify(
|
|
279
|
+
params: {
|
|
280
|
+
ctcode?: number | string
|
|
281
|
+
phone: number | string
|
|
282
|
+
captcha: string
|
|
283
|
+
} & RequestBaseConfig,
|
|
284
|
+
): Promise<Response>
|
|
285
|
+
|
|
286
|
+
export function cellphone_existence_check(
|
|
287
|
+
params: {
|
|
288
|
+
phone: number | string
|
|
289
|
+
countrycode: number | string
|
|
290
|
+
} & RequestBaseConfig,
|
|
291
|
+
): Promise<Response>
|
|
292
|
+
|
|
293
|
+
export function check_music(
|
|
294
|
+
params: { id: string | number; br: string | number } & RequestBaseConfig,
|
|
295
|
+
): Promise<Response>
|
|
296
|
+
|
|
297
|
+
export const enum SearchType {
|
|
298
|
+
single = 1,
|
|
299
|
+
album = 10,
|
|
300
|
+
artist = 100,
|
|
301
|
+
playlist = 1000,
|
|
302
|
+
user = 1002,
|
|
303
|
+
mv = 1004,
|
|
304
|
+
lyric = 1006,
|
|
305
|
+
dj = 1009,
|
|
306
|
+
video = 1014,
|
|
307
|
+
complex = 1018,
|
|
308
|
+
}
|
|
309
|
+
|
|
310
|
+
export function cloudsearch(
|
|
311
|
+
params: {
|
|
312
|
+
keywords: string
|
|
313
|
+
type?: SearchType
|
|
314
|
+
} & MultiPageConfig &
|
|
315
|
+
RequestBaseConfig,
|
|
316
|
+
): Promise<Response>
|
|
317
|
+
|
|
318
|
+
export const enum CommentType {
|
|
319
|
+
song = 0,
|
|
320
|
+
mv = 1,
|
|
321
|
+
playlist = 2,
|
|
322
|
+
album = 3,
|
|
323
|
+
dj = 4,
|
|
324
|
+
video = 5,
|
|
325
|
+
event = 6,
|
|
326
|
+
}
|
|
327
|
+
|
|
328
|
+
export const enum CommentAction {
|
|
329
|
+
add = 1,
|
|
330
|
+
delete = 0,
|
|
331
|
+
reply = 2,
|
|
332
|
+
}
|
|
333
|
+
|
|
334
|
+
export function comment(
|
|
335
|
+
params: {
|
|
336
|
+
id: string | number
|
|
337
|
+
type: CommentType
|
|
338
|
+
t: CommentAction.delete
|
|
339
|
+
commentId: string | number
|
|
340
|
+
} & RequestBaseConfig,
|
|
341
|
+
): Promise<Response>
|
|
342
|
+
|
|
343
|
+
export function comment(
|
|
344
|
+
params: {
|
|
345
|
+
type: CommentType.event
|
|
346
|
+
t: CommentAction.delete
|
|
347
|
+
threadId: string
|
|
348
|
+
commentId: string | number
|
|
349
|
+
} & RequestBaseConfig,
|
|
350
|
+
): Promise<Response>
|
|
351
|
+
|
|
352
|
+
export function comment(
|
|
353
|
+
params: {
|
|
354
|
+
id: string | number
|
|
355
|
+
type: CommentType
|
|
356
|
+
t: CommentAction.add
|
|
357
|
+
content: string | number
|
|
358
|
+
} & RequestBaseConfig,
|
|
359
|
+
): Promise<Response>
|
|
360
|
+
|
|
361
|
+
export function comment(
|
|
362
|
+
params: {
|
|
363
|
+
type: CommentType.event
|
|
364
|
+
t: CommentAction.add
|
|
365
|
+
threadId: string
|
|
366
|
+
content: string | number
|
|
367
|
+
} & RequestBaseConfig,
|
|
368
|
+
): Promise<Response>
|
|
369
|
+
|
|
370
|
+
export function comment(
|
|
371
|
+
params: {
|
|
372
|
+
id: string | number
|
|
373
|
+
type: CommentType
|
|
374
|
+
t: CommentAction.reply
|
|
375
|
+
content: string | number
|
|
376
|
+
commentId: string | number
|
|
377
|
+
} & RequestBaseConfig,
|
|
378
|
+
): Promise<Response>
|
|
379
|
+
|
|
380
|
+
export function comment(
|
|
381
|
+
params: {
|
|
382
|
+
type: CommentType.event
|
|
383
|
+
t: CommentAction.reply
|
|
384
|
+
threadId: string
|
|
385
|
+
content: string | number
|
|
386
|
+
commentId: string | number
|
|
387
|
+
} & RequestBaseConfig,
|
|
388
|
+
): Promise<Response>
|
|
389
|
+
|
|
390
|
+
export function comment_album(
|
|
391
|
+
params: {
|
|
392
|
+
id: string | number
|
|
393
|
+
before?: string | number
|
|
394
|
+
} & MultiPageConfig &
|
|
395
|
+
RequestBaseConfig,
|
|
396
|
+
): Promise<Response>
|
|
397
|
+
|
|
398
|
+
export function comment_dj(
|
|
399
|
+
params: {
|
|
400
|
+
id: string | number
|
|
401
|
+
before?: string | number
|
|
402
|
+
} & MultiPageConfig &
|
|
403
|
+
RequestBaseConfig,
|
|
404
|
+
): Promise<Response>
|
|
405
|
+
|
|
406
|
+
export function comment_event(
|
|
407
|
+
params: {
|
|
408
|
+
threadId: string
|
|
409
|
+
before?: string | number
|
|
410
|
+
} & MultiPageConfig &
|
|
411
|
+
RequestBaseConfig,
|
|
412
|
+
): Promise<Response>
|
|
413
|
+
|
|
414
|
+
export function comment_floor(
|
|
415
|
+
params: {
|
|
416
|
+
id: string | number
|
|
417
|
+
parentCommentId: string | number
|
|
418
|
+
type: CommentType
|
|
419
|
+
limit?: string | number
|
|
420
|
+
time?: string | number
|
|
421
|
+
} & RequestBaseConfig,
|
|
422
|
+
): Promise<Response>
|
|
423
|
+
|
|
424
|
+
export function comment_hot(
|
|
425
|
+
params: {
|
|
426
|
+
id: string | number
|
|
427
|
+
type: CommentType
|
|
428
|
+
before?: string | number
|
|
429
|
+
} & MultiPageConfig &
|
|
430
|
+
RequestBaseConfig,
|
|
431
|
+
): Promise<Response>
|
|
432
|
+
|
|
433
|
+
export function comment_hotwall_list(
|
|
434
|
+
params: RequestBaseConfig,
|
|
435
|
+
): Promise<Response>
|
|
436
|
+
|
|
437
|
+
export function comment_like(
|
|
438
|
+
params: {
|
|
439
|
+
id: string | number
|
|
440
|
+
type: CommentType
|
|
441
|
+
t: SubAction
|
|
442
|
+
cid: string | number
|
|
443
|
+
threadId?: string
|
|
444
|
+
} & RequestBaseConfig,
|
|
445
|
+
): Promise<Response>
|
|
446
|
+
|
|
447
|
+
export function comment_music(
|
|
448
|
+
params: {
|
|
449
|
+
id: string | number
|
|
450
|
+
before?: string | number
|
|
451
|
+
} & MultiPageConfig &
|
|
452
|
+
RequestBaseConfig,
|
|
453
|
+
): Promise<Response>
|
|
454
|
+
|
|
455
|
+
export function comment_mv(
|
|
456
|
+
params: {
|
|
457
|
+
id: string | number
|
|
458
|
+
before?: string | number
|
|
459
|
+
} & MultiPageConfig &
|
|
460
|
+
RequestBaseConfig,
|
|
461
|
+
): Promise<Response>
|
|
462
|
+
|
|
463
|
+
export function comment_playlist(
|
|
464
|
+
params: {
|
|
465
|
+
id: string | number
|
|
466
|
+
|
|
467
|
+
before?: string | number
|
|
468
|
+
} & MultiPageConfig &
|
|
469
|
+
RequestBaseConfig,
|
|
470
|
+
): Promise<Response>
|
|
471
|
+
|
|
472
|
+
export function comment_video(
|
|
473
|
+
params: {
|
|
474
|
+
id: string | number
|
|
475
|
+
before?: string | number
|
|
476
|
+
} & MultiPageConfig &
|
|
477
|
+
RequestBaseConfig,
|
|
478
|
+
): Promise<Response>
|
|
479
|
+
|
|
480
|
+
export function countries_code_list(
|
|
481
|
+
params: RequestBaseConfig,
|
|
482
|
+
): Promise<Response>
|
|
483
|
+
|
|
484
|
+
export const enum DailySigninType {
|
|
485
|
+
android = 0,
|
|
486
|
+
pc = 1,
|
|
487
|
+
}
|
|
488
|
+
|
|
489
|
+
export function daily_signin(
|
|
490
|
+
params: { type?: DailySigninType } & RequestBaseConfig,
|
|
491
|
+
): Promise<Response>
|
|
492
|
+
|
|
493
|
+
export function digitalAlbum_ordering(
|
|
494
|
+
params: {
|
|
495
|
+
payment: string
|
|
496
|
+
id: string | number
|
|
497
|
+
quantity: string
|
|
498
|
+
} & RequestBaseConfig,
|
|
499
|
+
): Promise<Response>
|
|
500
|
+
|
|
501
|
+
export function digitalAlbum_purchased(
|
|
502
|
+
params: MultiPageConfig & RequestBaseConfig,
|
|
503
|
+
): Promise<Response>
|
|
504
|
+
|
|
505
|
+
export function dj_banner(params: RequestBaseConfig): Promise<Response>
|
|
506
|
+
|
|
507
|
+
export function dj_category_excludehot(
|
|
508
|
+
params: RequestBaseConfig,
|
|
509
|
+
): Promise<Response>
|
|
510
|
+
|
|
511
|
+
export function dj_category_recommend(
|
|
512
|
+
params: RequestBaseConfig,
|
|
513
|
+
): Promise<Response>
|
|
514
|
+
|
|
515
|
+
export function dj_catelist(params: RequestBaseConfig): Promise<Response>
|
|
516
|
+
|
|
517
|
+
export function dj_detail(
|
|
518
|
+
params: { rid: string | number } & RequestBaseConfig,
|
|
519
|
+
): Promise<Response>
|
|
520
|
+
|
|
521
|
+
export function dj_hot(
|
|
522
|
+
params: MultiPageConfig & RequestBaseConfig,
|
|
523
|
+
): Promise<Response>
|
|
524
|
+
|
|
525
|
+
export function dj_paygift(
|
|
526
|
+
params: MultiPageConfig & RequestBaseConfig,
|
|
527
|
+
): Promise<Response>
|
|
528
|
+
|
|
529
|
+
export function dj_personalize_recommend(
|
|
530
|
+
params: { limit?: string | number } & RequestBaseConfig,
|
|
531
|
+
): Promise<Response>
|
|
532
|
+
|
|
533
|
+
export function dj_program(
|
|
534
|
+
params: {
|
|
535
|
+
rid: string | number
|
|
536
|
+
asc: 'true' | 1 | 'false' | 0
|
|
537
|
+
} & MultiPageConfig &
|
|
538
|
+
RequestBaseConfig,
|
|
539
|
+
): Promise<Response>
|
|
540
|
+
|
|
541
|
+
export function dj_program_detail(
|
|
542
|
+
params: { id: string | number } & RequestBaseConfig,
|
|
543
|
+
): Promise<Response>
|
|
544
|
+
|
|
545
|
+
export function dj_program_toplist(
|
|
546
|
+
params: MultiPageConfig & RequestBaseConfig,
|
|
547
|
+
): Promise<Response>
|
|
548
|
+
|
|
549
|
+
export function dj_program_toplist_hours(
|
|
550
|
+
params: { limit?: string | number } & RequestBaseConfig,
|
|
551
|
+
): Promise<Response>
|
|
552
|
+
|
|
553
|
+
export function dj_radio_hot(
|
|
554
|
+
params: {
|
|
555
|
+
cateId: string | number
|
|
556
|
+
} & MultiPageConfig &
|
|
557
|
+
RequestBaseConfig,
|
|
558
|
+
): Promise<Response>
|
|
559
|
+
|
|
560
|
+
export function dj_recommend(params: RequestBaseConfig): Promise<Response>
|
|
561
|
+
|
|
562
|
+
/*
|
|
563
|
+
有声书 10001
|
|
564
|
+
知识技能 453050
|
|
565
|
+
商业财经 453051
|
|
566
|
+
人文历史 11
|
|
567
|
+
外语世界 13
|
|
568
|
+
亲子宝贝 14
|
|
569
|
+
创作|翻唱 2001
|
|
570
|
+
音乐故事 2
|
|
571
|
+
3D|电子 10002
|
|
572
|
+
相声曲艺 8
|
|
573
|
+
情感调频 3
|
|
574
|
+
美文读物 6
|
|
575
|
+
脱口秀 5
|
|
576
|
+
广播剧 7
|
|
577
|
+
二次元 3001
|
|
578
|
+
明星做主播 1
|
|
579
|
+
娱乐|影视 4
|
|
580
|
+
科技科学 453052
|
|
581
|
+
校园|教育 4001
|
|
582
|
+
旅途|城市 12
|
|
583
|
+
*/
|
|
584
|
+
|
|
585
|
+
export function dj_recommend_type(
|
|
586
|
+
params: { type: number } & RequestBaseConfig,
|
|
587
|
+
): Promise<Response>
|
|
588
|
+
|
|
589
|
+
export function dj_sub(
|
|
590
|
+
params: { t: SubAction; rid: string | number } & RequestBaseConfig,
|
|
591
|
+
): Promise<Response>
|
|
592
|
+
|
|
593
|
+
export function dj_sublist(
|
|
594
|
+
params: MultiPageConfig & RequestBaseConfig,
|
|
595
|
+
): Promise<Response>
|
|
596
|
+
|
|
597
|
+
export function dj_today_perfered(
|
|
598
|
+
params: { page?: string | number } & RequestBaseConfig,
|
|
599
|
+
): Promise<Response>
|
|
600
|
+
|
|
601
|
+
export function dj_toplist(
|
|
602
|
+
params: { type?: ListOrder } & MultiPageConfig & RequestBaseConfig,
|
|
603
|
+
): Promise<Response>
|
|
604
|
+
|
|
605
|
+
export function dj_toplist_hours(
|
|
606
|
+
params: { limit?: string | number } & RequestBaseConfig,
|
|
607
|
+
): Promise<Response>
|
|
608
|
+
|
|
609
|
+
export function dj_toplist_newcomer(
|
|
610
|
+
params: MultiPageConfig & RequestBaseConfig,
|
|
611
|
+
): Promise<Response>
|
|
612
|
+
|
|
613
|
+
export function dj_toplist_pay(
|
|
614
|
+
params: { limit?: string | number } & RequestBaseConfig,
|
|
615
|
+
): Promise<Response>
|
|
616
|
+
|
|
617
|
+
export function dj_toplist_popular(
|
|
618
|
+
params: { limit?: string | number } & RequestBaseConfig,
|
|
619
|
+
): Promise<Response>
|
|
620
|
+
|
|
621
|
+
export function event(
|
|
622
|
+
params: { pagesize?: number; lasttime?: number } & RequestBaseConfig,
|
|
623
|
+
): Promise<Response>
|
|
624
|
+
|
|
625
|
+
export function event_del(
|
|
626
|
+
params: { evId: string | number } & RequestBaseConfig,
|
|
627
|
+
): Promise<Response>
|
|
628
|
+
|
|
629
|
+
export function event_forward(
|
|
630
|
+
params: {
|
|
631
|
+
forwords: string
|
|
632
|
+
evId: string | number
|
|
633
|
+
uid: string | number
|
|
634
|
+
} & RequestBaseConfig,
|
|
635
|
+
): Promise<Response>
|
|
636
|
+
|
|
637
|
+
export function fm_trash(
|
|
638
|
+
params: { id: string | number; time?: string | number } & RequestBaseConfig,
|
|
639
|
+
): Promise<Response>
|
|
640
|
+
|
|
641
|
+
export function follow(
|
|
642
|
+
params: { t: SubAction; id: string | number } & RequestBaseConfig,
|
|
643
|
+
): Promise<Response>
|
|
644
|
+
|
|
645
|
+
export function history_recommend_songs(
|
|
646
|
+
params: RequestBaseConfig,
|
|
647
|
+
): Promise<Response>
|
|
648
|
+
|
|
649
|
+
export function history_recommend_songs_detail(
|
|
650
|
+
params: { date?: string } & RequestBaseConfig,
|
|
651
|
+
): Promise<Response>
|
|
652
|
+
|
|
653
|
+
export function homepage_block_page(
|
|
654
|
+
params: {
|
|
655
|
+
refresh?: 'true' | 'false' | boolean
|
|
656
|
+
cursor?: string
|
|
657
|
+
} & RequestBaseConfig,
|
|
658
|
+
): Promise<Response>
|
|
659
|
+
|
|
660
|
+
export function homepage_dragon_ball(
|
|
661
|
+
params: RequestBaseConfig,
|
|
662
|
+
): Promise<Response>
|
|
663
|
+
|
|
664
|
+
export function hot_topic(
|
|
665
|
+
params: MultiPageConfig & RequestBaseConfig,
|
|
666
|
+
): Promise<Response>
|
|
667
|
+
|
|
668
|
+
export function like(
|
|
669
|
+
params: {
|
|
670
|
+
like?: 'true' | 'false' | boolean
|
|
671
|
+
id: string | number
|
|
672
|
+
alg?: string
|
|
673
|
+
time?: string | number
|
|
674
|
+
} & RequestBaseConfig,
|
|
675
|
+
): Promise<Response>
|
|
676
|
+
|
|
677
|
+
export function likelist(
|
|
678
|
+
params: { uid: string | number } & RequestBaseConfig,
|
|
679
|
+
): Promise<Response>
|
|
680
|
+
|
|
681
|
+
export function login(
|
|
682
|
+
params: { email: string; password: string } & RequestBaseConfig,
|
|
683
|
+
): Promise<Response>
|
|
684
|
+
|
|
685
|
+
export function login(
|
|
686
|
+
params: { email: string; md5_password: string } & RequestBaseConfig,
|
|
687
|
+
): Promise<Response>
|
|
688
|
+
|
|
689
|
+
export function login_cellphone(
|
|
690
|
+
params: {
|
|
691
|
+
phone: number | string
|
|
692
|
+
countrycode?: number | string
|
|
693
|
+
password: string
|
|
694
|
+
} & RequestBaseConfig,
|
|
695
|
+
): Promise<Response>
|
|
696
|
+
|
|
697
|
+
export function login_cellphone(
|
|
698
|
+
params: {
|
|
699
|
+
phone: number | string
|
|
700
|
+
countrycode?: number | string
|
|
701
|
+
md5_password: string
|
|
702
|
+
} & RequestBaseConfig,
|
|
703
|
+
): Promise<Response>
|
|
704
|
+
|
|
705
|
+
export function login_cellphone(
|
|
706
|
+
params: {
|
|
707
|
+
phone: number | string
|
|
708
|
+
countrycode?: number | string
|
|
709
|
+
captcha: number | string
|
|
710
|
+
} & RequestBaseConfig,
|
|
711
|
+
): Promise<Response>
|
|
712
|
+
|
|
713
|
+
export function login_refresh(params: RequestBaseConfig): Promise<Response>
|
|
714
|
+
|
|
715
|
+
export function login_status(params: RequestBaseConfig): Promise<Response>
|
|
716
|
+
|
|
717
|
+
export function logout(params: RequestBaseConfig): Promise<Response>
|
|
718
|
+
|
|
719
|
+
export function lyric(
|
|
720
|
+
params: { id: string | number } & RequestBaseConfig,
|
|
721
|
+
): Promise<Response>
|
|
722
|
+
|
|
723
|
+
export function lyric_new(
|
|
724
|
+
params: { id: string | number } & RequestBaseConfig,
|
|
725
|
+
): Promise<Response>
|
|
726
|
+
|
|
727
|
+
export function msg_comments(
|
|
728
|
+
params: {
|
|
729
|
+
uid: string | number
|
|
730
|
+
before?: string | number
|
|
731
|
+
limit?: string | number
|
|
732
|
+
} & RequestBaseConfig,
|
|
733
|
+
): Promise<Response>
|
|
734
|
+
|
|
735
|
+
export function msg_forwards(
|
|
736
|
+
params: MultiPageConfig & RequestBaseConfig,
|
|
737
|
+
): Promise<Response>
|
|
738
|
+
|
|
739
|
+
export function msg_notices(
|
|
740
|
+
params: {
|
|
741
|
+
limit?: string | number
|
|
742
|
+
lasttime?: string | number
|
|
743
|
+
} & RequestBaseConfig,
|
|
744
|
+
): Promise<Response>
|
|
745
|
+
|
|
746
|
+
export function msg_private(
|
|
747
|
+
params: MultiPageConfig & RequestBaseConfig,
|
|
748
|
+
): Promise<Response>
|
|
749
|
+
|
|
750
|
+
export function msg_private_history(
|
|
751
|
+
params: {
|
|
752
|
+
before?: string | number
|
|
753
|
+
limit?: string | number
|
|
754
|
+
uid: string | number
|
|
755
|
+
} & RequestBaseConfig,
|
|
756
|
+
): Promise<Response>
|
|
757
|
+
|
|
758
|
+
export const enum MvArea {
|
|
759
|
+
all = '全部',
|
|
760
|
+
zh = '内地',
|
|
761
|
+
hk = '港台',
|
|
762
|
+
ea = '欧美',
|
|
763
|
+
kr = '韩国',
|
|
764
|
+
jp = '日本',
|
|
765
|
+
}
|
|
766
|
+
|
|
767
|
+
export const enum MvType {
|
|
768
|
+
all = '全部',
|
|
769
|
+
offical = '官方版',
|
|
770
|
+
raw = '原生',
|
|
771
|
+
live = '现场版',
|
|
772
|
+
netease = '网易出品',
|
|
773
|
+
}
|
|
774
|
+
|
|
775
|
+
export const enum MvOrder {
|
|
776
|
+
trend = '上升最快',
|
|
777
|
+
hot = '最热',
|
|
778
|
+
new = '最新',
|
|
779
|
+
}
|
|
780
|
+
|
|
781
|
+
export function mv_all(
|
|
782
|
+
params: {
|
|
783
|
+
area?: MvArea
|
|
784
|
+
type?: MvType
|
|
785
|
+
order?: MvOrder
|
|
786
|
+
} & MultiPageConfig &
|
|
787
|
+
RequestBaseConfig,
|
|
788
|
+
): Promise<Response>
|
|
789
|
+
|
|
790
|
+
export function mv_detail(
|
|
791
|
+
params: { mvid?: string | number } & RequestBaseConfig,
|
|
792
|
+
): Promise<Response>
|
|
793
|
+
|
|
794
|
+
export function mv_detail_info(
|
|
795
|
+
params: { mvid: string | number } & RequestBaseConfig,
|
|
796
|
+
): Promise<Response>
|
|
797
|
+
|
|
798
|
+
export function mv_exclusive_rcmd(
|
|
799
|
+
params: MultiPageConfig & RequestBaseConfig,
|
|
800
|
+
): Promise<Response>
|
|
801
|
+
|
|
802
|
+
export function mv_first(
|
|
803
|
+
params: { area?: MvArea; limit?: string | number } & RequestBaseConfig,
|
|
804
|
+
): Promise<Response>
|
|
805
|
+
|
|
806
|
+
export function mv_sub(
|
|
807
|
+
params: { t: SubAction; mvid: string | number } & RequestBaseConfig,
|
|
808
|
+
): Promise<Response>
|
|
809
|
+
|
|
810
|
+
export function mv_sublist(
|
|
811
|
+
params: MultiPageConfig & RequestBaseConfig,
|
|
812
|
+
): Promise<Response>
|
|
813
|
+
|
|
814
|
+
export function mv_url(
|
|
815
|
+
params: { id?: string | number; r?: string | number } & RequestBaseConfig,
|
|
816
|
+
): Promise<Response>
|
|
817
|
+
|
|
818
|
+
export function personal_fm(params: RequestBaseConfig): Promise<Response>
|
|
819
|
+
|
|
820
|
+
export function personalized(
|
|
821
|
+
params: { limit?: string | number } & RequestBaseConfig,
|
|
822
|
+
): Promise<Response>
|
|
823
|
+
|
|
824
|
+
export function personalized_djprogram(
|
|
825
|
+
params: RequestBaseConfig,
|
|
826
|
+
): Promise<Response>
|
|
827
|
+
|
|
828
|
+
export function personalized_mv(params: RequestBaseConfig): Promise<Response>
|
|
829
|
+
|
|
830
|
+
export function personalized_newsong(
|
|
831
|
+
params: {
|
|
832
|
+
area?: string | number
|
|
833
|
+
limit?: string | number
|
|
834
|
+
} & RequestBaseConfig,
|
|
835
|
+
): Promise<Response>
|
|
836
|
+
|
|
837
|
+
export function personalized_privatecontent(
|
|
838
|
+
params: RequestBaseConfig,
|
|
839
|
+
): Promise<Response>
|
|
840
|
+
|
|
841
|
+
export function personalized_privatecontent_list(
|
|
842
|
+
params: MultiPageConfig & RequestBaseConfig,
|
|
843
|
+
): Promise<Response>
|
|
844
|
+
|
|
845
|
+
export function playlist_catlist(params: RequestBaseConfig): Promise<Response>
|
|
846
|
+
|
|
847
|
+
export function playlist_cover_update(
|
|
848
|
+
params: { id: string } & ImageUploadConfig & RequestBaseConfig,
|
|
849
|
+
): Promise<Response>
|
|
850
|
+
|
|
851
|
+
export function playlist_create(
|
|
852
|
+
params: {
|
|
853
|
+
name: string
|
|
854
|
+
privacy: 0 | 10
|
|
855
|
+
type?: PlaylistType
|
|
856
|
+
} & RequestBaseConfig,
|
|
857
|
+
): Promise<Response>
|
|
858
|
+
|
|
859
|
+
export function playlist_delete(
|
|
860
|
+
params: { id: string | number } & RequestBaseConfig,
|
|
861
|
+
): Promise<Response>
|
|
862
|
+
|
|
863
|
+
export function playlist_desc_update(
|
|
864
|
+
params: { id: string | number; desc: string } & RequestBaseConfig,
|
|
865
|
+
): Promise<Response>
|
|
866
|
+
|
|
867
|
+
export function playlist_detail(
|
|
868
|
+
params: { id: string | number; s?: string | number } & RequestBaseConfig,
|
|
869
|
+
): Promise<Response>
|
|
870
|
+
|
|
871
|
+
export function playlist_highquality_tags(
|
|
872
|
+
params: RequestBaseConfig,
|
|
873
|
+
): Promise<Response>
|
|
874
|
+
|
|
875
|
+
export function playlist_hot(params: RequestBaseConfig): Promise<Response>
|
|
876
|
+
|
|
877
|
+
export function playlist_name_update(
|
|
878
|
+
params: { id: string | number; name: string } & RequestBaseConfig,
|
|
879
|
+
): Promise<Response>
|
|
880
|
+
|
|
881
|
+
export function playlist_order_update(
|
|
882
|
+
params: { ids: string } & RequestBaseConfig,
|
|
883
|
+
): Promise<Response>
|
|
884
|
+
|
|
885
|
+
export function playlist_subscribe(
|
|
886
|
+
params: { t: SubAction; id: string | number } & RequestBaseConfig,
|
|
887
|
+
): Promise<Response>
|
|
888
|
+
|
|
889
|
+
export function playlist_subscribers(
|
|
890
|
+
params: { id?: string | number } & MultiPageConfig & RequestBaseConfig,
|
|
891
|
+
): Promise<Response>
|
|
892
|
+
|
|
893
|
+
export function playlist_tags_update(
|
|
894
|
+
params: { id: string | number; tags: string } & RequestBaseConfig,
|
|
895
|
+
): Promise<Response>
|
|
896
|
+
|
|
897
|
+
export function playlist_tracks(
|
|
898
|
+
params: {
|
|
899
|
+
op: 'add' | 'del'
|
|
900
|
+
pid: string | number
|
|
901
|
+
tracks: string
|
|
902
|
+
} & RequestBaseConfig,
|
|
903
|
+
): Promise<Response>
|
|
904
|
+
|
|
905
|
+
export function playlist_update(
|
|
906
|
+
params: {
|
|
907
|
+
id: string | number
|
|
908
|
+
name: string
|
|
909
|
+
desc?: string
|
|
910
|
+
tags?: string
|
|
911
|
+
} & RequestBaseConfig,
|
|
912
|
+
): Promise<Response>
|
|
913
|
+
|
|
914
|
+
export function playmode_intelligence_list(
|
|
915
|
+
params: {
|
|
916
|
+
id: string | number
|
|
917
|
+
pid: string | number
|
|
918
|
+
sid?: string | number
|
|
919
|
+
count?: string | number
|
|
920
|
+
} & RequestBaseConfig,
|
|
921
|
+
): Promise<Response>
|
|
922
|
+
|
|
923
|
+
export function program_recommend(
|
|
924
|
+
params: { type: string } & MultiPageConfig & RequestBaseConfig,
|
|
925
|
+
): Promise<Response>
|
|
926
|
+
|
|
927
|
+
export function rebind(
|
|
928
|
+
params: {
|
|
929
|
+
captcha: string
|
|
930
|
+
phone: string
|
|
931
|
+
oldcaptcha: string
|
|
932
|
+
ctcode?: number | string
|
|
933
|
+
} & RequestBaseConfig,
|
|
934
|
+
): Promise<Response>
|
|
935
|
+
|
|
936
|
+
export function recommend_resource(params: RequestBaseConfig): Promise<Response>
|
|
937
|
+
|
|
938
|
+
export function recommend_songs(params: RequestBaseConfig): Promise<Response>
|
|
939
|
+
|
|
940
|
+
export function register_cellphone(
|
|
941
|
+
params: {
|
|
942
|
+
captcha: string
|
|
943
|
+
phone: string
|
|
944
|
+
password: string
|
|
945
|
+
nickname: string
|
|
946
|
+
} & RequestBaseConfig,
|
|
947
|
+
): Promise<Response>
|
|
948
|
+
|
|
949
|
+
export function related_allvideo(
|
|
950
|
+
params: { id: string | number } & RequestBaseConfig,
|
|
951
|
+
): Promise<Response>
|
|
952
|
+
|
|
953
|
+
export function related_playlist(
|
|
954
|
+
params: { id: string | number } & RequestBaseConfig,
|
|
955
|
+
): Promise<Response>
|
|
956
|
+
|
|
957
|
+
export const enum ResourceType {
|
|
958
|
+
mv = 1,
|
|
959
|
+
dj = 4,
|
|
960
|
+
video = 5,
|
|
961
|
+
event = 6,
|
|
962
|
+
}
|
|
963
|
+
type PlaylistType = 'NROMAL' | 'VIDEO'
|
|
964
|
+
|
|
965
|
+
export function resource_like(
|
|
966
|
+
params: {
|
|
967
|
+
t: SubAction
|
|
968
|
+
type: ResourceType
|
|
969
|
+
id?: string | number
|
|
970
|
+
threadId?: string
|
|
971
|
+
} & RequestBaseConfig,
|
|
972
|
+
): Promise<Response>
|
|
973
|
+
|
|
974
|
+
export function scrobble(
|
|
975
|
+
params: {
|
|
976
|
+
id: string | number
|
|
977
|
+
sourceid: string | number
|
|
978
|
+
time: string | number
|
|
979
|
+
} & RequestBaseConfig,
|
|
980
|
+
): Promise<Response>
|
|
981
|
+
|
|
982
|
+
export function search(
|
|
983
|
+
params: {
|
|
984
|
+
keywords: string
|
|
985
|
+
type?: SearchType
|
|
986
|
+
} & MultiPageConfig &
|
|
987
|
+
RequestBaseConfig,
|
|
988
|
+
): Promise<Response>
|
|
989
|
+
|
|
990
|
+
export function search_default(params: RequestBaseConfig): Promise<Response>
|
|
991
|
+
|
|
992
|
+
export function search_hot(params: RequestBaseConfig): Promise<Response>
|
|
993
|
+
|
|
994
|
+
export function search_hot_detail(params: RequestBaseConfig): Promise<Response>
|
|
995
|
+
|
|
996
|
+
export function search_multimatch(
|
|
997
|
+
params: { type?: number; keywords: string } & RequestBaseConfig,
|
|
998
|
+
): Promise<Response>
|
|
999
|
+
|
|
1000
|
+
export const enum SearchSuggestType {
|
|
1001
|
+
mobile = 'mobile',
|
|
1002
|
+
web = 'web',
|
|
1003
|
+
}
|
|
1004
|
+
|
|
1005
|
+
export function search_suggest(
|
|
1006
|
+
params: { keywords: string; type?: SearchSuggestType } & RequestBaseConfig,
|
|
1007
|
+
): Promise<Response>
|
|
1008
|
+
|
|
1009
|
+
export function send_playlist(
|
|
1010
|
+
params: {
|
|
1011
|
+
playlist: string | number
|
|
1012
|
+
msg: string
|
|
1013
|
+
user_ids: string
|
|
1014
|
+
} & RequestBaseConfig,
|
|
1015
|
+
): Promise<Response>
|
|
1016
|
+
|
|
1017
|
+
export function send_text(
|
|
1018
|
+
params: { msg: string; user_ids: string } & RequestBaseConfig,
|
|
1019
|
+
): Promise<Response>
|
|
1020
|
+
|
|
1021
|
+
export function setting(params: RequestBaseConfig): Promise<Response>
|
|
1022
|
+
|
|
1023
|
+
export const enum ShareResourceType {
|
|
1024
|
+
song = 'song',
|
|
1025
|
+
playlist = 'playlist',
|
|
1026
|
+
mv = 'mv',
|
|
1027
|
+
djprogram = 'djprogram',
|
|
1028
|
+
djradio = 'djradio',
|
|
1029
|
+
}
|
|
1030
|
+
|
|
1031
|
+
export function share_resource(
|
|
1032
|
+
params: {
|
|
1033
|
+
type?: ShareResourceType
|
|
1034
|
+
msg?: string
|
|
1035
|
+
id?: string | number
|
|
1036
|
+
} & RequestBaseConfig,
|
|
1037
|
+
): Promise<Response>
|
|
1038
|
+
|
|
1039
|
+
export function simi_artist(
|
|
1040
|
+
params: { id: string | number } & RequestBaseConfig,
|
|
1041
|
+
): Promise<Response>
|
|
1042
|
+
|
|
1043
|
+
export function simi_mv(
|
|
1044
|
+
params: { mvid: string | number } & RequestBaseConfig,
|
|
1045
|
+
): Promise<Response>
|
|
1046
|
+
|
|
1047
|
+
export function simi_playlist(
|
|
1048
|
+
params: { id: string | number } & MultiPageConfig & RequestBaseConfig,
|
|
1049
|
+
): Promise<Response>
|
|
1050
|
+
|
|
1051
|
+
export function simi_song(
|
|
1052
|
+
params: { id: string | number } & MultiPageConfig & RequestBaseConfig,
|
|
1053
|
+
): Promise<Response>
|
|
1054
|
+
|
|
1055
|
+
export function simi_user(
|
|
1056
|
+
params: { id: string | number } & MultiPageConfig & RequestBaseConfig,
|
|
1057
|
+
): Promise<Response>
|
|
1058
|
+
|
|
1059
|
+
export function song_detail(
|
|
1060
|
+
params: { ids: string } & RequestBaseConfig,
|
|
1061
|
+
): Promise<
|
|
1062
|
+
Response<{
|
|
1063
|
+
songs: SongDetail[]
|
|
1064
|
+
privileges: unknown[]
|
|
1065
|
+
code: number
|
|
1066
|
+
}>
|
|
1067
|
+
>
|
|
1068
|
+
|
|
1069
|
+
type SongDetail = {
|
|
1070
|
+
name: string
|
|
1071
|
+
id: number
|
|
1072
|
+
pst: number
|
|
1073
|
+
t: number
|
|
1074
|
+
ar: SongDetailArtist[]
|
|
1075
|
+
alia: string[]
|
|
1076
|
+
pop: number
|
|
1077
|
+
st: number
|
|
1078
|
+
rt: string | null
|
|
1079
|
+
fee: SongDetailFee
|
|
1080
|
+
v: number
|
|
1081
|
+
crbt: string | null
|
|
1082
|
+
cf: string
|
|
1083
|
+
al: SongDetailAlbum
|
|
1084
|
+
dt: number
|
|
1085
|
+
h: SongDetailQuality | null
|
|
1086
|
+
m: SongDetailQuality | null
|
|
1087
|
+
l: SongDetailQuality | null
|
|
1088
|
+
sq: SongDetailQuality | null
|
|
1089
|
+
hr: SongDetailQuality | null
|
|
1090
|
+
a: unknown | null
|
|
1091
|
+
cd: string
|
|
1092
|
+
no: number
|
|
1093
|
+
rtUrl: unknown | null
|
|
1094
|
+
ftype: number
|
|
1095
|
+
rtUrls: unknown[]
|
|
1096
|
+
djId: number
|
|
1097
|
+
copyright: SongDetailCopyright
|
|
1098
|
+
s_id: number
|
|
1099
|
+
mark: number
|
|
1100
|
+
originCoverType: SongDetailOriginCoverType
|
|
1101
|
+
originSongSimpleData: unknown | null
|
|
1102
|
+
tagPicList: unknown | null
|
|
1103
|
+
resourceState: boolean
|
|
1104
|
+
version: number
|
|
1105
|
+
songJumpInfo: unknown | null
|
|
1106
|
+
entertainmentTags: unknown | null
|
|
1107
|
+
awardTags: unknown | null
|
|
1108
|
+
single: number
|
|
1109
|
+
noCopyrightRcmd: unknown | null
|
|
1110
|
+
mv: number
|
|
1111
|
+
rtype: number
|
|
1112
|
+
rurl: unknown | null
|
|
1113
|
+
mst: number
|
|
1114
|
+
cp: number
|
|
1115
|
+
publishTime: number
|
|
1116
|
+
}
|
|
1117
|
+
|
|
1118
|
+
type SongDetailArtist = {
|
|
1119
|
+
id: number
|
|
1120
|
+
name: string
|
|
1121
|
+
tns: unknown[]
|
|
1122
|
+
alias: unknown[]
|
|
1123
|
+
}
|
|
1124
|
+
|
|
1125
|
+
type SongDetailFee = 0 | 1 | 4 | 8
|
|
1126
|
+
|
|
1127
|
+
type SongDetailAlbum = {
|
|
1128
|
+
id: number
|
|
1129
|
+
name: string
|
|
1130
|
+
picUrl: string
|
|
1131
|
+
tns: unknown[]
|
|
1132
|
+
pic: number
|
|
1133
|
+
}
|
|
1134
|
+
|
|
1135
|
+
type SongDetailQuality = {
|
|
1136
|
+
br: number
|
|
1137
|
+
fid: number
|
|
1138
|
+
size: number
|
|
1139
|
+
vd: number
|
|
1140
|
+
sr: number
|
|
1141
|
+
}
|
|
1142
|
+
|
|
1143
|
+
type SongDetailCopyright = 0 | 1 | 2
|
|
1144
|
+
|
|
1145
|
+
type SongDetailOriginCoverType = 0 | 1 | 2
|
|
1146
|
+
|
|
1147
|
+
export function song_order_update(
|
|
1148
|
+
params: { pid: string | number; ids: string } & RequestBaseConfig,
|
|
1149
|
+
): Promise<Response>
|
|
1150
|
+
|
|
1151
|
+
export function song_url(
|
|
1152
|
+
params: { id: string | number; br?: string | number } & RequestBaseConfig,
|
|
1153
|
+
): Promise<Response>
|
|
1154
|
+
|
|
1155
|
+
export const enum SoundQualityType {
|
|
1156
|
+
standard = 'standard',
|
|
1157
|
+
exhigh = 'exhigh',
|
|
1158
|
+
lossless = 'lossless',
|
|
1159
|
+
hires = 'hires',
|
|
1160
|
+
jyeffect = 'jyeffect',
|
|
1161
|
+
jymaster = 'jymaster',
|
|
1162
|
+
sky = 'sky',
|
|
1163
|
+
}
|
|
1164
|
+
|
|
1165
|
+
export function song_url_v1(
|
|
1166
|
+
params: { id: string | number; level: SoundQualityType } & RequestBaseConfig,
|
|
1167
|
+
): Promise<Response>
|
|
1168
|
+
|
|
1169
|
+
export function top_album(
|
|
1170
|
+
params: {
|
|
1171
|
+
area?: AlbumListArea
|
|
1172
|
+
type?: ListOrder
|
|
1173
|
+
year?: string
|
|
1174
|
+
mouth?: string
|
|
1175
|
+
} & MultiPageConfig &
|
|
1176
|
+
RequestBaseConfig,
|
|
1177
|
+
): Promise<Response>
|
|
1178
|
+
|
|
1179
|
+
export function top_artists(
|
|
1180
|
+
params: MultiPageConfig & RequestBaseConfig,
|
|
1181
|
+
): Promise<Response>
|
|
1182
|
+
|
|
1183
|
+
export function top_list(
|
|
1184
|
+
params: { id: string | number } & RequestBaseConfig,
|
|
1185
|
+
): Promise<Response>
|
|
1186
|
+
|
|
1187
|
+
export function top_mv(
|
|
1188
|
+
params: { area?: MvArea } & MultiPageConfig & RequestBaseConfig,
|
|
1189
|
+
): Promise<Response>
|
|
1190
|
+
|
|
1191
|
+
export function top_playlist(
|
|
1192
|
+
params: { cat?: string; order?: ListOrder } & MultiPageConfig &
|
|
1193
|
+
RequestBaseConfig,
|
|
1194
|
+
): Promise<Response>
|
|
1195
|
+
|
|
1196
|
+
export function top_playlist_highquality(
|
|
1197
|
+
params: {
|
|
1198
|
+
cat?: string
|
|
1199
|
+
before?: string | number
|
|
1200
|
+
limit?: string | number
|
|
1201
|
+
} & RequestBaseConfig,
|
|
1202
|
+
): Promise<Response>
|
|
1203
|
+
|
|
1204
|
+
export const enum TopSongType {
|
|
1205
|
+
all = 0,
|
|
1206
|
+
zh = 7,
|
|
1207
|
+
ea = 96,
|
|
1208
|
+
kr = 16,
|
|
1209
|
+
ja = 8,
|
|
1210
|
+
}
|
|
1211
|
+
|
|
1212
|
+
export function top_song(
|
|
1213
|
+
params: { type: TopSongType } & RequestBaseConfig,
|
|
1214
|
+
): Promise<Response>
|
|
1215
|
+
|
|
1216
|
+
export function toplist(params: RequestBaseConfig): Promise<Response>
|
|
1217
|
+
|
|
1218
|
+
export const enum ToplistArtistType {
|
|
1219
|
+
zh = 1,
|
|
1220
|
+
ea = 2,
|
|
1221
|
+
kr = 3,
|
|
1222
|
+
ja = 4,
|
|
1223
|
+
}
|
|
1224
|
+
|
|
1225
|
+
export function toplist_artist(
|
|
1226
|
+
params: { type?: ToplistArtistType } & RequestBaseConfig,
|
|
1227
|
+
): Promise<Response>
|
|
1228
|
+
|
|
1229
|
+
export function toplist_detail(params: RequestBaseConfig): Promise<Response>
|
|
1230
|
+
|
|
1231
|
+
export function user_audio(
|
|
1232
|
+
params: { uid: string | number } & RequestBaseConfig,
|
|
1233
|
+
): Promise<Response>
|
|
1234
|
+
|
|
1235
|
+
export function user_cloud(
|
|
1236
|
+
params: MultiPageConfig & RequestBaseConfig,
|
|
1237
|
+
): Promise<Response>
|
|
1238
|
+
|
|
1239
|
+
export function user_cloud_del(
|
|
1240
|
+
params: { id: string | number } & RequestBaseConfig,
|
|
1241
|
+
): Promise<Response>
|
|
1242
|
+
|
|
1243
|
+
export function user_cloud_detail(
|
|
1244
|
+
params: { id: string | number } & RequestBaseConfig,
|
|
1245
|
+
): Promise<Response>
|
|
1246
|
+
|
|
1247
|
+
export function user_detail(
|
|
1248
|
+
params: { uid: string | number } & RequestBaseConfig,
|
|
1249
|
+
): Promise<Response>
|
|
1250
|
+
|
|
1251
|
+
export function user_dj(
|
|
1252
|
+
params: { uid: string | number } & MultiPageConfig & RequestBaseConfig,
|
|
1253
|
+
): Promise<Response>
|
|
1254
|
+
|
|
1255
|
+
export function user_event(
|
|
1256
|
+
params: {
|
|
1257
|
+
lasttime?: string | number
|
|
1258
|
+
limit?: string | number
|
|
1259
|
+
uid: string | number
|
|
1260
|
+
} & RequestBaseConfig,
|
|
1261
|
+
): Promise<Response>
|
|
1262
|
+
|
|
1263
|
+
export function user_followeds(
|
|
1264
|
+
params: {
|
|
1265
|
+
uid: string | number
|
|
1266
|
+
lasttime?: string | number
|
|
1267
|
+
limit?: string | number
|
|
1268
|
+
} & RequestBaseConfig,
|
|
1269
|
+
): Promise<Response>
|
|
1270
|
+
|
|
1271
|
+
export function user_follows(
|
|
1272
|
+
params: { uid: string | number } & MultiPageConfig & RequestBaseConfig,
|
|
1273
|
+
): Promise<Response>
|
|
1274
|
+
|
|
1275
|
+
export function user_level(params: RequestBaseConfig): Promise<Response>
|
|
1276
|
+
|
|
1277
|
+
export function user_playlist(
|
|
1278
|
+
params: { uid: string | number } & MultiPageConfig & RequestBaseConfig,
|
|
1279
|
+
): Promise<Response>
|
|
1280
|
+
|
|
1281
|
+
export const enum UserRecordType {
|
|
1282
|
+
all = 0,
|
|
1283
|
+
weekly = 1,
|
|
1284
|
+
}
|
|
1285
|
+
|
|
1286
|
+
export function user_record(
|
|
1287
|
+
params: { uid: string | number; type?: UserRecordType } & RequestBaseConfig,
|
|
1288
|
+
): Promise<Response>
|
|
1289
|
+
|
|
1290
|
+
export function user_subcount(params: RequestBaseConfig): Promise<Response>
|
|
1291
|
+
|
|
1292
|
+
export function user_update(
|
|
1293
|
+
params: {
|
|
1294
|
+
birthday: string
|
|
1295
|
+
city: string
|
|
1296
|
+
gender: string
|
|
1297
|
+
nickname: string
|
|
1298
|
+
province: string
|
|
1299
|
+
signature: string
|
|
1300
|
+
} & RequestBaseConfig,
|
|
1301
|
+
): Promise<Response>
|
|
1302
|
+
|
|
1303
|
+
export function video_category_list(
|
|
1304
|
+
params: MultiPageConfig & RequestBaseConfig,
|
|
1305
|
+
): Promise<Response>
|
|
1306
|
+
|
|
1307
|
+
export function video_detail(
|
|
1308
|
+
params: { id: string } & RequestBaseConfig,
|
|
1309
|
+
): Promise<Response>
|
|
1310
|
+
|
|
1311
|
+
export function video_detail_info(
|
|
1312
|
+
params: { vid: string } & RequestBaseConfig,
|
|
1313
|
+
): Promise<Response>
|
|
1314
|
+
|
|
1315
|
+
export function video_group(
|
|
1316
|
+
params: { id: string; offset?: string | number } & RequestBaseConfig,
|
|
1317
|
+
): Promise<Response>
|
|
1318
|
+
|
|
1319
|
+
export function video_group_list(params: RequestBaseConfig): Promise<Response>
|
|
1320
|
+
|
|
1321
|
+
export function video_sub(
|
|
1322
|
+
params: { t?: SubAction; id: string } & RequestBaseConfig,
|
|
1323
|
+
): Promise<Response>
|
|
1324
|
+
|
|
1325
|
+
export function video_timeline_all(
|
|
1326
|
+
params: { offset?: string | number } & RequestBaseConfig,
|
|
1327
|
+
): Promise<Response>
|
|
1328
|
+
|
|
1329
|
+
export function video_timeline_recommend(
|
|
1330
|
+
params: { offset?: string | number } & RequestBaseConfig,
|
|
1331
|
+
): Promise<Response>
|
|
1332
|
+
|
|
1333
|
+
export function video_url(
|
|
1334
|
+
params: { id: string | number; res?: number } & RequestBaseConfig,
|
|
1335
|
+
): Promise<Response>
|
|
1336
|
+
|
|
1337
|
+
export function weblog(
|
|
1338
|
+
params: { data?: { [index: string]: unknown } } & RequestBaseConfig,
|
|
1339
|
+
): Promise<Response>
|
|
1340
|
+
|
|
1341
|
+
export function playlist_mylike(
|
|
1342
|
+
params: {
|
|
1343
|
+
time?: number | string
|
|
1344
|
+
limit: number | string
|
|
1345
|
+
} & RequestBaseConfig,
|
|
1346
|
+
): Promise<Response>
|
|
1347
|
+
|
|
1348
|
+
export function playlist_track_add(
|
|
1349
|
+
params: { pid?: number | string; ids: number | string } & RequestBaseConfig,
|
|
1350
|
+
): Promise<Response>
|
|
1351
|
+
|
|
1352
|
+
export function playlist_track_delete(
|
|
1353
|
+
params: { pid?: number | string; ids: number | string } & RequestBaseConfig,
|
|
1354
|
+
): Promise<Response>
|
|
1355
|
+
|
|
1356
|
+
export function comment_new(
|
|
1357
|
+
params: {
|
|
1358
|
+
type?: number | string
|
|
1359
|
+
id: number | string
|
|
1360
|
+
pageNo?: number | string
|
|
1361
|
+
pageSize?: number | string
|
|
1362
|
+
sortType?: number | string
|
|
1363
|
+
} & RequestBaseConfig,
|
|
1364
|
+
): Promise<Response>
|
|
1365
|
+
|
|
1366
|
+
export function calendar(
|
|
1367
|
+
params: {
|
|
1368
|
+
startTime?: number | string
|
|
1369
|
+
endTime: number | string
|
|
1370
|
+
} & RequestBaseConfig,
|
|
1371
|
+
): Promise<Response>
|
|
1372
|
+
|
|
1373
|
+
export function playlist_video_recent(
|
|
1374
|
+
params: RequestBaseConfig,
|
|
1375
|
+
): Promise<Response>
|
|
1376
|
+
|
|
1377
|
+
export function user_binding(
|
|
1378
|
+
params: { uid?: number | string } & RequestBaseConfig,
|
|
1379
|
+
): Promise<Response>
|
|
1380
|
+
|
|
1381
|
+
export function user_replacephone(
|
|
1382
|
+
params: {
|
|
1383
|
+
phone: number | string
|
|
1384
|
+
captcha: number | string
|
|
1385
|
+
oldcaptcha: number | string
|
|
1386
|
+
countrycode?: number | string
|
|
1387
|
+
} & RequestBaseConfig,
|
|
1388
|
+
): Promise<Response>
|
|
1389
|
+
|
|
1390
|
+
export function user_safe(params: RequestBaseConfig): Promise<Response>
|
|
1391
|
+
|
|
1392
|
+
export function dj_subscriber(
|
|
1393
|
+
params: {
|
|
1394
|
+
id: number | string
|
|
1395
|
+
limit?: number | string
|
|
1396
|
+
time?: number | string
|
|
1397
|
+
} & RequestBaseConfig,
|
|
1398
|
+
): Promise<Response>
|
|
1399
|
+
|
|
1400
|
+
export function user_account(params: RequestBaseConfig): Promise<Response>
|
|
1401
|
+
|
|
1402
|
+
export function yunbei(params: RequestBaseConfig): Promise<Response>
|
|
1403
|
+
|
|
1404
|
+
export function yunbei_info(params: RequestBaseConfig): Promise<Response>
|
|
1405
|
+
|
|
1406
|
+
export function yunbei_sign(params: RequestBaseConfig): Promise<Response>
|
|
1407
|
+
|
|
1408
|
+
export function yunbei_receipt(
|
|
1409
|
+
params: MultiPageConfig & RequestBaseConfig,
|
|
1410
|
+
): Promise<Response>
|
|
1411
|
+
|
|
1412
|
+
export function yunbei_expense(
|
|
1413
|
+
params: MultiPageConfig & RequestBaseConfig,
|
|
1414
|
+
): Promise<Response>
|
|
1415
|
+
|
|
1416
|
+
export function yunbei_tasks(params: RequestBaseConfig): Promise<Response>
|
|
1417
|
+
|
|
1418
|
+
export function yunbei_today(params: RequestBaseConfig): Promise<Response>
|
|
1419
|
+
|
|
1420
|
+
export function yunbei_tasks_todo(params: RequestBaseConfig): Promise<Response>
|
|
1421
|
+
|
|
1422
|
+
export function yunbei_task_finish(
|
|
1423
|
+
params: {
|
|
1424
|
+
userTaskId: number | string
|
|
1425
|
+
depositCode?: number | string
|
|
1426
|
+
} & RequestBaseConfig,
|
|
1427
|
+
): Promise<Response>
|
|
1428
|
+
|
|
1429
|
+
export function msg_recentcontact(params: RequestBaseConfig): Promise<Response>
|
|
1430
|
+
|
|
1431
|
+
export function hug_comment(
|
|
1432
|
+
params: {
|
|
1433
|
+
uid: number | string
|
|
1434
|
+
cid: number | string
|
|
1435
|
+
sid: number | string
|
|
1436
|
+
} & RequestBaseConfig,
|
|
1437
|
+
): Promise<Response>
|
|
1438
|
+
|
|
1439
|
+
export function comment_hug_list(
|
|
1440
|
+
params: {
|
|
1441
|
+
page: number | string
|
|
1442
|
+
cursor: number | string
|
|
1443
|
+
idCursor: number | string
|
|
1444
|
+
pageSize?: number | string
|
|
1445
|
+
} & RequestBaseConfig,
|
|
1446
|
+
): Promise<Response>
|
|
1447
|
+
|
|
1448
|
+
export function topic_sublist(
|
|
1449
|
+
params: MultiPageConfig & RequestBaseConfig,
|
|
1450
|
+
): Promise<Response>
|
|
1451
|
+
|
|
1452
|
+
export function topic_sublist(
|
|
1453
|
+
params: MultiPageConfig & RequestBaseConfig,
|
|
1454
|
+
): Promise<Response>
|
|
1455
|
+
|
|
1456
|
+
export function artist_new_mv(
|
|
1457
|
+
params: {
|
|
1458
|
+
limit?: number | string
|
|
1459
|
+
startTimestamp?: number | string
|
|
1460
|
+
} & RequestBaseConfig,
|
|
1461
|
+
): Promise<Response>
|
|
1462
|
+
|
|
1463
|
+
export function artist_new_song(
|
|
1464
|
+
params: {
|
|
1465
|
+
limit?: number | string
|
|
1466
|
+
startTimestamp?: number | string
|
|
1467
|
+
} & RequestBaseConfig,
|
|
1468
|
+
): Promise<Response>
|
|
1469
|
+
|
|
1470
|
+
export function artist_detail(
|
|
1471
|
+
params: {
|
|
1472
|
+
id: number | string
|
|
1473
|
+
} & RequestBaseConfig,
|
|
1474
|
+
): Promise<Response>
|
|
1475
|
+
|
|
1476
|
+
export function cloud(
|
|
1477
|
+
params: {
|
|
1478
|
+
songFile: {
|
|
1479
|
+
name: string
|
|
1480
|
+
data: Buffer
|
|
1481
|
+
}
|
|
1482
|
+
} & RequestBaseConfig,
|
|
1483
|
+
): Promise<Response>
|
|
1484
|
+
|
|
1485
|
+
export function topic_detail(
|
|
1486
|
+
params: {
|
|
1487
|
+
actid?: number | string
|
|
1488
|
+
} & RequestBaseConfig,
|
|
1489
|
+
): Promise<Response>
|
|
1490
|
+
|
|
1491
|
+
export function topic_detail_event_hot(
|
|
1492
|
+
params: {
|
|
1493
|
+
actid?: number | string
|
|
1494
|
+
} & RequestBaseConfig,
|
|
1495
|
+
): Promise<Response>
|
|
1496
|
+
|
|
1497
|
+
export function login_qr_key(params: RequestBaseConfig): Promise<Response>
|
|
1498
|
+
|
|
1499
|
+
export function login_qr_create(
|
|
1500
|
+
params: {
|
|
1501
|
+
key?: number | string
|
|
1502
|
+
qrimg?: boolean | string
|
|
1503
|
+
} & RequestBaseConfig,
|
|
1504
|
+
): Promise<Response>
|
|
1505
|
+
|
|
1506
|
+
export function login_qr_check(
|
|
1507
|
+
params: {
|
|
1508
|
+
key?: number | string
|
|
1509
|
+
} & RequestBaseConfig,
|
|
1510
|
+
): Promise<Response>
|
|
1511
|
+
|
|
1512
|
+
export function playlist_detail_dynamic(
|
|
1513
|
+
params: { id: string | number } & RequestBaseConfig,
|
|
1514
|
+
): Promise<Response>
|
|
1515
|
+
|
|
1516
|
+
export function user_bindingcellphone(
|
|
1517
|
+
params: {
|
|
1518
|
+
phone: number | string
|
|
1519
|
+
captcha: number | string
|
|
1520
|
+
countrycode?: number | string
|
|
1521
|
+
password?: string
|
|
1522
|
+
} & RequestBaseConfig,
|
|
1523
|
+
): Promise<Response>
|
|
1524
|
+
|
|
1525
|
+
export function listen_together_status(
|
|
1526
|
+
params: RequestBaseConfig,
|
|
1527
|
+
): Promise<Response>
|
|
1528
|
+
|
|
1529
|
+
export function user_comment_history(
|
|
1530
|
+
params: {
|
|
1531
|
+
limit?: number | string
|
|
1532
|
+
uid: number | string
|
|
1533
|
+
time?: number | string
|
|
1534
|
+
} & RequestBaseConfig,
|
|
1535
|
+
): Promise<Response>
|
|
1536
|
+
|
|
1537
|
+
export function cloud_match(
|
|
1538
|
+
params: {
|
|
1539
|
+
uid: number | string
|
|
1540
|
+
sid: number | string
|
|
1541
|
+
asid: number | string
|
|
1542
|
+
} & RequestBaseConfig,
|
|
1543
|
+
): Promise<Response>
|
|
1544
|
+
|
|
1545
|
+
export function yunbei_rcmd_song(
|
|
1546
|
+
params: {
|
|
1547
|
+
id: number | string
|
|
1548
|
+
reason?: number | string
|
|
1549
|
+
} & RequestBaseConfig,
|
|
1550
|
+
): Promise<Response>
|
|
1551
|
+
|
|
1552
|
+
export function yunbei_rcmd_song_history(
|
|
1553
|
+
params: {
|
|
1554
|
+
size?: number | string
|
|
1555
|
+
cursor?: number | string
|
|
1556
|
+
} & RequestBaseConfig,
|
|
1557
|
+
): Promise<Response>
|
|
1558
|
+
|
|
1559
|
+
export function song_purchased(
|
|
1560
|
+
params: MultiPageConfig & RequestBaseConfig,
|
|
1561
|
+
): Promise<Response>
|
|
1562
|
+
|
|
1563
|
+
export function mlog_url(
|
|
1564
|
+
params: {
|
|
1565
|
+
id?: number | string
|
|
1566
|
+
res?: number | string
|
|
1567
|
+
} & RequestBaseConfig,
|
|
1568
|
+
): Promise<Response>
|
|
1569
|
+
|
|
1570
|
+
export function mlog_to_video(
|
|
1571
|
+
params: {
|
|
1572
|
+
id?: number | string
|
|
1573
|
+
} & RequestBaseConfig,
|
|
1574
|
+
): Promise<Response>
|
|
1575
|
+
|
|
1576
|
+
export function vip_growthpoint(params: RequestBaseConfig): Promise<Response>
|
|
1577
|
+
|
|
1578
|
+
export function vip_growthpoint_details(
|
|
1579
|
+
params: MultiPageConfig & RequestBaseConfig,
|
|
1580
|
+
): Promise<Response>
|
|
1581
|
+
|
|
1582
|
+
export function vip_tasks(params: RequestBaseConfig): Promise<Response>
|
|
1583
|
+
|
|
1584
|
+
export function vip_growthpoint_get(
|
|
1585
|
+
params: {
|
|
1586
|
+
ids?: number | string
|
|
1587
|
+
} & RequestBaseConfig,
|
|
1588
|
+
): Promise<Response>
|
|
1589
|
+
|
|
1590
|
+
export function artist_fans(
|
|
1591
|
+
params: { id: number | string } & MultiPageConfig & RequestBaseConfig,
|
|
1592
|
+
): Promise<Response>
|
|
1593
|
+
|
|
1594
|
+
export function digitalAlbum_detail(
|
|
1595
|
+
params: {
|
|
1596
|
+
id: number | string
|
|
1597
|
+
} & RequestBaseConfig,
|
|
1598
|
+
): Promise<Response>
|
|
1599
|
+
|
|
1600
|
+
export function digitalAlbum_sales(
|
|
1601
|
+
params: {
|
|
1602
|
+
ids: number | string
|
|
1603
|
+
} & RequestBaseConfig,
|
|
1604
|
+
): Promise<Response>
|
|
1605
|
+
|
|
1606
|
+
export function musician_data_overview(
|
|
1607
|
+
params: RequestBaseConfig,
|
|
1608
|
+
): Promise<Response>
|
|
1609
|
+
|
|
1610
|
+
export function musician_play_trend(
|
|
1611
|
+
params: {
|
|
1612
|
+
startTime: number | string
|
|
1613
|
+
endTime: number | string
|
|
1614
|
+
} & RequestBaseConfig,
|
|
1615
|
+
): Promise<Response>
|
|
1616
|
+
|
|
1617
|
+
export function musician_tasks(params: RequestBaseConfig): Promise<Response>
|
|
1618
|
+
|
|
1619
|
+
export function musician_cloudbean(params: RequestBaseConfig): Promise<Response>
|
|
1620
|
+
|
|
1621
|
+
export function musician_cloudbean_obtain(
|
|
1622
|
+
params: {
|
|
1623
|
+
id: number | string
|
|
1624
|
+
period: number | string
|
|
1625
|
+
} & RequestBaseConfig,
|
|
1626
|
+
): Promise<Response>
|
|
1627
|
+
|
|
1628
|
+
export function vip_info(
|
|
1629
|
+
params: {
|
|
1630
|
+
uid?: number | string
|
|
1631
|
+
} & RequestBaseConfig,
|
|
1632
|
+
): Promise<Response>
|
|
1633
|
+
|
|
1634
|
+
export function vip_info_v2(
|
|
1635
|
+
params: {
|
|
1636
|
+
uid?: number | string
|
|
1637
|
+
} & RequestBaseConfig,
|
|
1638
|
+
): Promise<Response>
|
|
1639
|
+
|
|
1640
|
+
export function musician_sign(params: RequestBaseConfig): Promise<Response>
|
|
1641
|
+
|
|
1642
|
+
export function song_download_url(
|
|
1643
|
+
params: {
|
|
1644
|
+
id: number | string
|
|
1645
|
+
br?: number | string
|
|
1646
|
+
} & RequestBaseConfig,
|
|
1647
|
+
): Promise<Response>
|
|
1648
|
+
|
|
1649
|
+
export function playlist_track_all(
|
|
1650
|
+
params: {
|
|
1651
|
+
id: number | string
|
|
1652
|
+
s?: number | string
|
|
1653
|
+
} & MultiPageConfig &
|
|
1654
|
+
RequestBaseConfig,
|
|
1655
|
+
): Promise<Response>
|
|
1656
|
+
|
|
1657
|
+
export function artist_video(
|
|
1658
|
+
params: {
|
|
1659
|
+
id: number | string
|
|
1660
|
+
size?: number | string
|
|
1661
|
+
cursor?: number | string
|
|
1662
|
+
order?: number | string
|
|
1663
|
+
} & RequestBaseConfig,
|
|
1664
|
+
): Promise<Response>
|
|
1665
|
+
|
|
1666
|
+
export function sign_happy_info(params: RequestBaseConfig): Promise<Response>
|
|
1667
|
+
|
|
1668
|
+
export function record_recent_song(
|
|
1669
|
+
params: {
|
|
1670
|
+
limit?: number | string
|
|
1671
|
+
} & RequestBaseConfig,
|
|
1672
|
+
): Promise<Response>
|
|
1673
|
+
|
|
1674
|
+
export function record_recent_video(
|
|
1675
|
+
params: {
|
|
1676
|
+
limit?: number | string
|
|
1677
|
+
} & RequestBaseConfig,
|
|
1678
|
+
): Promise<Response>
|
|
1679
|
+
|
|
1680
|
+
export function record_recent_voice(
|
|
1681
|
+
params: {
|
|
1682
|
+
limit?: number | string
|
|
1683
|
+
} & RequestBaseConfig,
|
|
1684
|
+
): Promise<Response>
|
|
1685
|
+
|
|
1686
|
+
export function record_recent_playlist(
|
|
1687
|
+
params: {
|
|
1688
|
+
limit?: number | string
|
|
1689
|
+
} & RequestBaseConfig,
|
|
1690
|
+
): Promise<Response>
|
|
1691
|
+
|
|
1692
|
+
export function record_recent_album(
|
|
1693
|
+
params: {
|
|
1694
|
+
limit?: number | string
|
|
1695
|
+
} & RequestBaseConfig,
|
|
1696
|
+
): Promise<Response>
|
|
1697
|
+
|
|
1698
|
+
export function record_recent_dj(
|
|
1699
|
+
params: {
|
|
1700
|
+
limit?: number | string
|
|
1701
|
+
} & RequestBaseConfig,
|
|
1702
|
+
): Promise<Response>
|
|
1703
|
+
|
|
1704
|
+
export function signin_progress(
|
|
1705
|
+
params: {
|
|
1706
|
+
moduleId?: string
|
|
1707
|
+
} & RequestBaseConfig,
|
|
1708
|
+
): Promise<Response>
|
|
1709
|
+
|
|
1710
|
+
export function nickname_check(
|
|
1711
|
+
params: {
|
|
1712
|
+
nickname: string
|
|
1713
|
+
} & RequestBaseConfig,
|
|
1714
|
+
): Promise<Response>
|
|
1715
|
+
|
|
1716
|
+
export function musician_tasks_new(params: RequestBaseConfig): Promise<Response>
|
|
1717
|
+
|
|
1718
|
+
export function playlist_update_playcount(
|
|
1719
|
+
params: {
|
|
1720
|
+
id?: number | string
|
|
1721
|
+
} & RequestBaseConfig,
|
|
1722
|
+
): Promise<Response>
|
|
1723
|
+
|
|
1724
|
+
export function vip_timemachine(
|
|
1725
|
+
params: {
|
|
1726
|
+
startTime?: number | string
|
|
1727
|
+
endTime?: number | string
|
|
1728
|
+
limit?: number | string
|
|
1729
|
+
} & RequestBaseConfig,
|
|
1730
|
+
): Promise<Response>
|
|
1731
|
+
|
|
1732
|
+
export function song_wiki_summary(
|
|
1733
|
+
params: {
|
|
1734
|
+
id: number | string
|
|
1735
|
+
} & RequestBaseConfig,
|
|
1736
|
+
): Promise<Response>
|
|
1737
|
+
|
|
1738
|
+
export function sheet_list(
|
|
1739
|
+
params: {
|
|
1740
|
+
id: number | string
|
|
1741
|
+
abTest?: 'a' | 'b'
|
|
1742
|
+
} & RequestBaseConfig,
|
|
1743
|
+
): Promise<Response>
|
|
1744
|
+
|
|
1745
|
+
export function sheet_preview(
|
|
1746
|
+
params: {
|
|
1747
|
+
id: number | string
|
|
1748
|
+
} & RequestBaseConfig,
|
|
1749
|
+
): Promise<Response>
|
|
1750
|
+
|
|
1751
|
+
export function style_list(params: RequestBaseConfig): Promise<Response>
|
|
1752
|
+
|
|
1753
|
+
export function style_preference(params: RequestBaseConfig): Promise<Response>
|
|
1754
|
+
|
|
1755
|
+
export function style_detail(
|
|
1756
|
+
params: {
|
|
1757
|
+
tagId: number | string
|
|
1758
|
+
} & RequestBaseConfig,
|
|
1759
|
+
): Promise<Response>
|
|
1760
|
+
|
|
1761
|
+
export function style_song(
|
|
1762
|
+
params: {
|
|
1763
|
+
tagId: number | string
|
|
1764
|
+
size?: number | string
|
|
1765
|
+
cursor?: number | string
|
|
1766
|
+
sort?: number | string
|
|
1767
|
+
} & RequestBaseConfig,
|
|
1768
|
+
): Promise<Response>
|
|
1769
|
+
|
|
1770
|
+
export function style_album(
|
|
1771
|
+
params: {
|
|
1772
|
+
tagId: number | string
|
|
1773
|
+
size?: number | string
|
|
1774
|
+
cursor?: number | string
|
|
1775
|
+
sort?: number | string
|
|
1776
|
+
} & RequestBaseConfig,
|
|
1777
|
+
): Promise<Response>
|
|
1778
|
+
|
|
1779
|
+
export function style_playlist(
|
|
1780
|
+
params: {
|
|
1781
|
+
tagId: number | string
|
|
1782
|
+
size?: number | string
|
|
1783
|
+
cursor?: number | string
|
|
1784
|
+
} & RequestBaseConfig,
|
|
1785
|
+
): Promise<Response>
|
|
1786
|
+
|
|
1787
|
+
export function style_artist(
|
|
1788
|
+
params: {
|
|
1789
|
+
tagId: number | string
|
|
1790
|
+
size?: number | string
|
|
1791
|
+
cursor?: number | string
|
|
1792
|
+
} & RequestBaseConfig,
|
|
1793
|
+
): Promise<Response>
|
|
1794
|
+
|
|
1795
|
+
export function pl_count(params: RequestBaseConfig): Promise<Response>
|
|
1796
|
+
|
|
1797
|
+
export function get_userids(
|
|
1798
|
+
params: {
|
|
1799
|
+
nicknames: string
|
|
1800
|
+
} & RequestBaseConfig,
|
|
1801
|
+
): Promise<Response>
|
|
1802
|
+
|
|
1803
|
+
export function voicelist_list_search(
|
|
1804
|
+
params: {
|
|
1805
|
+
limit?: string | number
|
|
1806
|
+
offset?: string | number
|
|
1807
|
+
name?: string
|
|
1808
|
+
displayStatus?: string
|
|
1809
|
+
type?: string
|
|
1810
|
+
voiceFeeType?: string | number
|
|
1811
|
+
radioId?: string
|
|
1812
|
+
} & RequestBaseConfig,
|
|
1813
|
+
): Promise<Response>
|
|
1814
|
+
|
|
1815
|
+
export function voice_delete(
|
|
1816
|
+
params: {
|
|
1817
|
+
ids: number | string
|
|
1818
|
+
} & RequestBaseConfig,
|
|
1819
|
+
): Promise<Response>
|
|
1820
|
+
|
|
1821
|
+
export function djRadio_top(
|
|
1822
|
+
params: {
|
|
1823
|
+
djRadioId?: number | string
|
|
1824
|
+
sortIndex?: number | string
|
|
1825
|
+
dataGapDays?: number | string
|
|
1826
|
+
dataType?: number | string
|
|
1827
|
+
} & RequestBaseConfig,
|
|
1828
|
+
): Promise<Response>
|
|
1829
|
+
|
|
1830
|
+
export function voice_lyric(
|
|
1831
|
+
params: {
|
|
1832
|
+
id: number | string
|
|
1833
|
+
} & RequestBaseConfig,
|
|
1834
|
+
): Promise<Response>
|