mirror of
https://github.com/smallfawn/QLScriptPublic.git
synced 2025-12-17 15:25:10 +08:00
Update jlqc.js
This commit is contained in:
4
jlqc.js
4
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: {
|
||||
|
||||
Reference in New Issue
Block a user