From 855a70c31fb09d3dc4e5f19fee7074516a3592bd Mon Sep 17 00:00:00 2001 From: smallfawn <101914820+smallfawn@users.noreply.github.com> Date: Sat, 30 Dec 2023 14:56:04 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=9C=E6=96=B9=E7=83=9F=E8=8D=89=E6=8A=A5?= =?UTF-8?q?=EF=BC=9A=E4=BF=AE=E5=A4=8D=E5=88=86=E4=BA=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dfyc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);