File tree Expand file tree Collapse file tree
src/renderer/utils/musicSdk/tx Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,29 +15,56 @@ export default {
1515 const searchRequest = httpFetch ( 'https://u.y.qq.com/cgi-bin/musicu.fcg' , {
1616 method : 'post' ,
1717 headers : {
18- 'User-Agent' : 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0 )' ,
18+ 'User-Agent' : 'QQMusic 14090508(android 12 )' ,
1919 } ,
2020 body : {
2121 comm : {
22- ct : 11 ,
23- cv : '1003006' ,
24- v : '1003006' ,
22+ ct : '11' ,
23+ cv : '14090508' ,
24+ v : '14090508' ,
25+ tmeAppID : 'qqmusic' ,
26+
27+ phonetype : 'EBG-AN10' ,
28+ deviceScore : '553.47' ,
29+ devicelevel : '50' ,
30+ newdevicelevel : '20' ,
31+ rom : 'HuaWei/EMOTION/EmotionUI_14.2.0' ,
2532 os_ver : '12' ,
26- phonetype : '0' ,
27- devicelevel : '31' ,
28- tmeAppID : 'qqmusiclight' ,
29- nettype : 'NETWORK_WIFI' ,
33+
34+ OpenUDID : '0' ,
35+ OpenUDID2 : '0' ,
36+ QIMEI36 : '0' ,
37+ udid : '0' ,
38+ chid : '0' ,
39+ aid : '0' ,
40+ oaid : '0' ,
41+ taid : '0' ,
42+ tid : '0' ,
43+ wid : '0' ,
44+ uid : '0' ,
45+ sid : '0' ,
46+
47+ modeSwitch : '6' ,
48+ teenMode : '0' ,
49+ ui_mode : '2' ,
50+ nettype : '1020' ,
51+ v4ip : '' ,
3052 } ,
3153 req : {
3254 module : 'music.search.SearchCgiService' ,
33- method : 'DoSearchForQQMusicLite ' ,
55+ method : 'DoSearchForQQMusicMobile ' ,
3456 param : {
35- query : str ,
3657 search_type : 0 ,
37- num_per_page : limit ,
58+ query : str ,
3859 page_num : page ,
60+ num_per_page : limit ,
61+ highlight : 0 ,
3962 nqc_flag : 0 ,
63+ multi_zhida : 0 ,
64+ cat : 2 ,
4065 grp : 1 ,
66+ sin : 0 ,
67+ sem : 0 ,
4168 } ,
4269 } ,
4370 } ,
You can’t perform that action at this time.
0 commit comments