diff --git a/dfyc.js b/dfyc.js index 951c236..b59e58f 100644 --- a/dfyc.js +++ b/dfyc.js @@ -152,7 +152,7 @@ class UserInfo { headers: { "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); //console.log(options);