更新 musicSearch.js

This commit is contained in:
ikun 2024-10-05 15:06:29 +08:00
parent 73544bc6fe
commit 79bf39de01
No known key found for this signature in database
GPG Key ID: 24A57561C4002CB4

View File

@ -19,25 +19,22 @@ export default {
}, },
body: { body: {
comm: { comm: {
ct: 11, ct: '19',
cv: '1003006', cv: '2039',
v: '1003006', guid: 'lxmusic',
os_ver: '12', patch: '118',
phonetype: '0',
devicelevel: '31',
tmeAppID: 'qqmusic', tmeAppID: 'qqmusic',
nettype: 'NETWORK_WIFI', tmeLoginType: 2,
}, },
req: { req: {
module: 'music.search.SearchCgiService', module: 'music.search.SearchCgiService',
method: 'DoSearchForQQMusicDesktop', method: 'DoSearchForQQMusicDesktop',
param: { param: {
query: str, grp: 1,
search_type: 0,
num_per_page: limit, num_per_page: limit,
page_num: page, page_num: page,
nqc_flag: 0, query: str,
grp: 1, search_type: 0,
}, },
}, },
}, },