@@ -70,6 +70,7 @@ async function getAccountInfo(cookie){
'Accept-Encoding' : `gzip, deflate`,
'Accept-Language' : `zh-Hans-CN;q=1`,
'Cookie': cookie,
+ 'Content-Type': 'application/json',
},
body: ``,
};