From b7edb91bda14b2c6d93f5d5bf09474db5e2534df Mon Sep 17 00:00:00 2001 From: smallfawn <101914820+smallfawn@users.noreply.github.com> Date: Sat, 21 Jan 2023 22:03:10 +0800 Subject: [PATCH] Update jlqc.js --- jlqc.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/jlqc.js b/jlqc.js index 74fc6f8..99fde20 100644 --- a/jlqc.js +++ b/jlqc.js @@ -248,7 +248,9 @@ class UserInfo { try { let commentTxt = this.commentTxt, ts = Number(ts10()), - sign = await this.sign(commentTxt, artid, ts) + randomNum = randomInt(0, 100), + urlpath = 'https://app.geely.com/apis/api/v2/comment/publisherComment', + sign = await this.sign(commentTxt, artid, ts, randomNum, urlpath) const options = { url: 'https://app.geely.com/apis/api/v2/comment/publisherComment', headers: {