东方烟草报:修复分享

This commit is contained in:
smallfawn
2023-12-30 14:56:04 +08:00
committed by GitHub
parent c6e64bfb26
commit 855a70c31f

View File

@@ -152,7 +152,7 @@ class UserInfo {
headers: {
"Content-Type": "application/x-www-form-urlencoded"
},
body: `platform=android&token=${this.ck}&timestamp=${Date.now()}&api_version=4&newsid=${id}&catid=${catid}`
body: `platform=android&token=${this.ck}&timestamp=${Date.now()}&api_version=4&id=${id}&catid=${catid}`
}
let { body: result } = await $.httpRequest(options);
//console.log(options);