mirror of
https://github.com/smallfawn/QLScriptPublic.git
synced 2025-12-17 15:25:10 +08:00
东方烟草报:修复分享
This commit is contained in:
2
dfyc.js
2
dfyc.js
@@ -152,7 +152,7 @@ class UserInfo {
|
|||||||
headers: {
|
headers: {
|
||||||
"Content-Type": "application/x-www-form-urlencoded"
|
"Content-Type": "application/x-www-form-urlencoded"
|
||||||
},
|
},
|
||||||
body: `platform=android&token=${this.ck}×tamp=${Date.now()}&api_version=4&newsid=${id}&catid=${catid}`
|
body: `platform=android&token=${this.ck}×tamp=${Date.now()}&api_version=4&id=${id}&catid=${catid}`
|
||||||
}
|
}
|
||||||
let { body: result } = await $.httpRequest(options);
|
let { body: result } = await $.httpRequest(options);
|
||||||
//console.log(options);
|
//console.log(options);
|
||||||
|
|||||||
Reference in New Issue
Block a user